Skip to content

Commit

Permalink
fix(#117): goreleaser script after upgrade to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-5 committed Jun 26, 2024
1 parent 3b560d3 commit 0b0eb1e
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 @@ -46,7 +46,7 @@ jobs:
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b0eb1e

Please sign in to comment.