Skip to content

Commit

Permalink
Change out deprecated --rm-dist flag in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenStenshaugen authored Aug 7, 2024
1 parent d9e10c7 commit 3a2e27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3a2e27d

Please sign in to comment.