mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-08 04:14:32 +00:00
fixup! fixup! Prevent download+update of the dependencies.
This commit is contained in:
@@ -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 && make update
|
pre_command: export GODEBUG=http2client=0 && export CGO_ENABLED=1 && 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 && make update
|
pre_command: export GODEBUG=http2client=0 && export CGO_ENABLED=1 && make update
|
||||||
|
|||||||
Reference in New Issue
Block a user