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 d24950c commit b72afbbCopy full SHA for b72afbb
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
if: github.ref_type == 'tag'
41
42
- name: Build binary
43
- uses: goreleaser/goreleaser-action@v6.0.0
+ uses: goreleaser/goreleaser-action@v6.3.0
44
with:
45
version: latest
46
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
0 commit comments