mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-12 04:40:43 +00:00
fixup! fixup! fixup! Update code constraints.
This commit is contained in:
@@ -221,7 +221,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
- name: Compile and release semver
|
- name: Compile and release semver
|
||||||
uses: wangyoucao577/go-release-action@v1.32
|
uses: wangyoucao577/go-release-action@v1.33
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GHCR_TOKEN }}
|
github_token: ${{ secrets.GHCR_TOKEN }}
|
||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
@@ -238,7 +238,7 @@ jobs:
|
|||||||
pre_command: export GODEBUG=http2client=0
|
pre_command: export GODEBUG=http2client=0
|
||||||
|
|
||||||
- name: Compile and release v1
|
- name: Compile and release v1
|
||||||
uses: wangyoucao577/go-release-action@v1.32
|
uses: wangyoucao577/go-release-action@v1.33
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GHCR_TOKEN }}
|
github_token: ${{ secrets.GHCR_TOKEN }}
|
||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
|
|||||||
Reference in New Issue
Block a user