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