Skip to content

Commit

Permalink
Update release workflow to be v2 compatible (#3375) (#3376)
Browse files Browse the repository at this point in the history
This was missed as part of #3347

(cherry picked from commit a7a0a82)

Co-authored-by: Christian Simon <[email protected]>
  • Loading branch information
github-actions[bot] and simonswine authored Jun 21, 2024
1 parent 04fd419 commit 3d664fc
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 @@ -57,7 +57,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
version: latest
args: release --rm-dist --timeout 60m
args: release --clean --timeout 60m
env:
GITHUB_TOKEN: ${{ steps.app-goreleaser.outputs.token }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
Expand Down

0 comments on commit 3d664fc

Please sign in to comment.