1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-05 16:06:27 +02:00

fix: use --clean instead of --rm-dist

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-02-05 14:00:00 -03:00
parent b55113f671
commit 4d89ab846e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -56,7 +56,7 @@ jobs:
if: success() if: success()
with: with:
version: latest version: latest
args: release --rm-dist args: release --clean
distribution: goreleaser-pro distribution: goreleaser-pro
env: env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }} GITHUB_TOKEN: ${{ secrets.GH_PAT }}