We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec50a2c commit 25ccf39Copy full SHA for 25ccf39
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: goreleaser/goreleaser-action@v3.0.0
46
with:
47
version: latest
48
- args: release --rm-dist
+ args: release --clean
49
env:
50
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
51
# GitHub sets this automatically
0 commit comments