Skip to content

Commit

Permalink
Merge pull request #47 from rstudio/goreleaser-v2-in-ci
Browse files Browse the repository at this point in the history
Bump the GoReleaser version in the release workflow.
  • Loading branch information
atheriel authored Mar 7, 2025
2 parents 5a2086d + 1dce235 commit 868f1b8
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 @@ -27,7 +27,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
version: v2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 868f1b8

Please sign in to comment.