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 24cb8fb commit 8203448Copy full SHA for 8203448
.github/workflows/release.yml
@@ -40,10 +40,10 @@ jobs:
40
passphrase: ${{ secrets.PASSPHRASE }}
41
-
42
name: Run GoReleaser
43
- uses: goreleaser/goreleaser-action@v4
+ uses: goreleaser/goreleaser-action@v5
44
with:
45
- version: latest
46
- args: release --clean
+ version: '~> v1'
+ args: release --rm-dist
47
env:
48
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
49
# GitHub sets this automatically
0 commit comments