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 6615003 commit 061f496Copy full SHA for 061f496
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
distribution: goreleaser
71
version: latest
72
- args: release --rm-dist ${{ env.GORELEASER_ARGS }}
+ args: release --clean ${{ env.GORELEASER_ARGS }}
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
0 commit comments