We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93468bd commit 02caef5Copy full SHA for 02caef5
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
distribution: goreleaser
36
version: latest
37
- args: release --rm-dist
+ args: release --clean
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments