Use --clean instead of --rm-dist

This commit is contained in:
Samuel Lorch 2023-08-11 13:26:02 +02:00 committed by GitHub
parent 7883419856
commit d4c5ab93b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}