We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708ff9a commit 24cb8fbCopy full SHA for 24cb8fb
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: goreleaser/goreleaser-action@v4
44
with:
45
version: latest
46
- args: release --rm-dist
+ args: release --clean
47
env:
48
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
49
# GitHub sets this automatically
0 commit comments