Skip to content

Commit

Permalink
goreleaser: use --clean over deprecated --rm-list
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang committed Jul 14, 2023
1 parent 50cb244 commit 8aa44b8
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 @@ -55,7 +55,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist --release-notes changes.${{ env.VERSION }}.txt
args: release --clean --release-notes changes.${{ env.VERSION }}.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ env.VERSION }}

0 comments on commit 8aa44b8

Please sign in to comment.