Skip to content

Commit dda0b49

Browse files
authored
Fix release GH action (#357)
1 parent 0b688d1 commit dda0b49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
name: Run GoReleaser
4141
uses: goreleaser/goreleaser-action@v6.0.0
4242
with:
43-
version: latest
44-
args: release --rm-dist
43+
distribution: goreleaser
44+
version: "~> v2"
45+
args: release --clean
4546
env:
4647
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4748
# GitHub sets this automatically

0 commit comments

Comments
 (0)