Skip to content

Commit 44a4788

Browse files
committed
Put fixed version in GoReleaser step
1 parent 336d49c commit 44a4788

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
env:
2424
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2525
PASSPHRASE: ${{ secrets.PASSPHRASE }}
26-
- name: Clean dist directory
27-
run: rm -rf ./dist
2826
- name: Run GoReleaser
2927
uses: goreleaser/goreleaser-action@v6
3028
with:
31-
version: latest
32-
args: release
29+
version: v0.184.0
30+
args: release --rm-dist
3331
env:
3432
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)