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 182c959 commit 2809415Copy full SHA for 2809415
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: goreleaser/goreleaser-action@v3
43
with:
44
version: latest
45
- args: release
+ args: release --clean
46
env:
47
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
48
# GitHub sets this automatically
0 commit comments