Skip to content

Commit

Permalink
Using 'release --clean' over 'release --rm-dist' to address deprecato…
Browse files Browse the repository at this point in the history
…n warnings. Thanks for the catch Spencer.
  • Loading branch information
DevOpsDave committed Jan 18, 2024
1 parent dc8a7a6 commit 6c90db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: ${{ steps.release-label.outputs.level != null }}
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6c90db8

Please sign in to comment.