Skip to content

Commit

Permalink
ci: upgrade GoReleaser action to version 6
Browse files Browse the repository at this point in the history
- Update GoReleaser action version from v5 to v6

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Sep 14, 2024
1 parent 2d2b8bb commit ee5b6a2
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 @@ -22,7 +22,7 @@ jobs:
go-version-file: "go.mod"
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
Expand Down

0 comments on commit ee5b6a2

Please sign in to comment.