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 dd408ac commit dbcef59Copy full SHA for dbcef59
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
if: startsWith(github.ref, 'refs/tags/')
127
128
- name: Build binary
129
- uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
+ uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
130
with:
131
version: latest
132
args: ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} --clean
0 commit comments