From 1cba7edb6a5e6fbd86783ceed244eed7a913dcff Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 16 Jan 2023 14:50:24 +0000 Subject: [PATCH] fixup! Prevent download+update of the dependencies. --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e81e23a..c04c86c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -218,7 +218,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Compile and release semver - uses: wangyoucao577/go-release-action@v1.33 + uses: wangyoucao577/go-release-action@v1.34 with: github_token: ${{ secrets.GHCR_TOKEN }} goos: ${{ matrix.goos }} @@ -232,7 +232,7 @@ jobs: compress_assets: false retry: 10 overwrite: true - pre_command: export GODEBUG=http2client=0 + pre_command: export GODEBUG=http2client=0 && make update - name: Compile and release v1 uses: wangyoucao577/go-release-action@v1.33 @@ -249,4 +249,4 @@ jobs: compress_assets: false retry: 10 overwrite: true - pre_command: export GODEBUG=http2client=0 + pre_command: export GODEBUG=http2client=0 && make update