Skip to content

Commit

Permalink
Fix goreleaser command line (#24)
Browse files Browse the repository at this point in the history
Replace deprecated --rm-dist flag with --clean,
cf. https://goreleaser.com/deprecations/#-rm-dist
  • Loading branch information
rlenglet authored Jul 25, 2024
1 parent eb322da commit 4612b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
Expand Down

0 comments on commit 4612b7c

Please sign in to comment.