Skip to content

Commit

Permalink
chore: update goreleaser to v2 (#93)
Browse files Browse the repository at this point in the history
Breaking change in goreleaser v2 command line args.

Pin to major version v2.
  • Loading branch information
cmars authored Jul 19, 2024
1 parent be8a3c7 commit 255cca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
if: ${{ steps.tag.outputs.new == "true" }}
with:
distribution: goreleaser
version: latest
args: release --rm-dist
version: 'v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}

0 comments on commit 255cca1

Please sign in to comment.