We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64d0f0 commit bf1e214Copy full SHA for bf1e214
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
if: startsWith(github.ref, 'refs/tags/')
132
133
- name: Build binary
134
- uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
+ uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
135
with:
136
version: latest
137
args: ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} --rm-dist
0 commit comments