Skip to content

Commit

Permalink
Put fixed version in GoReleaser step
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Sep 10, 2024
1 parent 336d49c commit 44a4788
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
- name: Clean dist directory
run: rm -rf ./dist
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release
version: v0.184.0
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 44a4788

Please sign in to comment.