Skip to content

Commit

Permalink
fix: goreleaser --clean flag (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Feb 5, 2025
1 parent 6fa8f35 commit c881027
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 @@ -50,7 +50,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c881027

Please sign in to comment.