Skip to content

Commit

Permalink
ci(actions): bump the goreleaser action version to v6 on the release …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
danvergara committed Jul 17, 2024
1 parent df6918a commit d5542c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
echo ${{ env.CURRENT_VERSION }}
- name: Run GoReleaser
if: env.RELEASE_VERSION == env.CURRENT_VERSION
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
distribution: goreleaser
version: '~> v2'
args: release -f .goreleaser.yaml --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

0 comments on commit d5542c9

Please sign in to comment.