mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-27 02:52:58 +00:00
fixup! Prevent download+update of the dependencies.
This commit is contained in:
@@ -218,7 +218,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.33
|
uses: wangyoucao577/go-release-action@v1.34
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GHCR_TOKEN }}
|
github_token: ${{ secrets.GHCR_TOKEN }}
|
||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
@@ -232,7 +232,7 @@ jobs:
|
|||||||
compress_assets: false
|
compress_assets: false
|
||||||
retry: 10
|
retry: 10
|
||||||
overwrite: true
|
overwrite: true
|
||||||
pre_command: export GODEBUG=http2client=0
|
pre_command: export GODEBUG=http2client=0 && make update
|
||||||
|
|
||||||
- name: Compile and release v1
|
- name: Compile and release v1
|
||||||
uses: wangyoucao577/go-release-action@v1.33
|
uses: wangyoucao577/go-release-action@v1.33
|
||||||
@@ -249,4 +249,4 @@ jobs:
|
|||||||
compress_assets: false
|
compress_assets: false
|
||||||
retry: 10
|
retry: 10
|
||||||
overwrite: true
|
overwrite: true
|
||||||
pre_command: export GODEBUG=http2client=0
|
pre_command: export GODEBUG=http2client=0 && make update
|
||||||
|
|||||||
Reference in New Issue
Block a user