Skip to content

Commit

Permalink
Update goreleaser to use --clean flag
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584131168
Change-Id: I8b75a1e7a5f5b51c143ef424a91997c25b96d721
  • Loading branch information
jessieqliu authored and copybara-github committed Nov 20, 2023
1 parent 19fc482 commit 7fe24d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7fe24d7

Please sign in to comment.