Skip to content

Commit

Permalink
goreleaser: use --clean over deprecated --rm-list (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Jul 15, 2023
1 parent 22db288 commit d0a67e3
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 d0a67e3

Please sign in to comment.