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