Skip to content

Commit

Permalink
chore(deps): update goreleaser/goreleaser-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 19cd97c commit 6c60282
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 @@ -54,7 +54,7 @@ jobs:
run: echo ::set-output name=BUILT::$(date -u +%a_%d_%b_%H:%M:%S_%Y)

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_EXTRA }}
VERSION: ${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 6c60282

Please sign in to comment.