1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-26 03:25:06 +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()
with:
version: latest
args: release --rm-dist
args: release --clean
distribution: goreleaser-pro
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}