Skip to content

Commit

Permalink
Remove version pin (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Sep 27, 2022
1 parent e3cb8f5 commit 7436cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
if: startsWith(github.ref, 'refs/tags/')
with:
version: "1.10.3"
version: latest
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 7436cf9

Please sign in to comment.