Skip to content

Commit

Permalink
fix: goreleaser action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Sep 1, 2024
1 parent 2b8692a commit 5fa2c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
QUILL_SIGN_PASSWORD: ${{ secrets.OP_QUILL_SIGN_PASSWORD }}
QUILL_SIGN_P12: ${{ secrets.OP_QUILL_SIGN_P12 }}
- name: run goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 5fa2c02

Please sign in to comment.