We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db967 commit ae45c1fCopy full SHA for ae45c1f
.github/workflows/release.yml
@@ -44,8 +44,8 @@ jobs:
44
uses: goreleaser/goreleaser-action@v2
45
with:
46
version: latest
47
- args: release --rm-dist
+ args: release --clean
48
env:
49
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
50
# GitHub sets this automatically
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments