We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--rm-dist
--clean
1 parent 6cef3cc commit bc96be9Copy full SHA for bc96be9
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: goreleaser/[email protected]
42
with:
43
version: latest
44
- args: release --rm-dist
+ args: release --clean
45
env:
46
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
47
# GitHub sets this automatically
0 commit comments