Skip to content

Commit 60612cf

Browse files
authored
Fix go-releaser action (#321)
1 parent 56387cf commit 60612cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
# PASSPHRASE: ${{ secrets.PASSPHRASE }}
3333
-
3434
name: Run GoReleaser
35-
uses: goreleaser/goreleaser-action@v3.0.0
35+
uses: goreleaser/goreleaser-action@v6
3636
with:
3737
version: latest
38-
args: release --rm-dist
38+
args: release --clean
3939
env:
4040
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4141
# GitHub sets this automatically

0 commit comments

Comments
 (0)