We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7139808 commit 4e66a0bCopy full SHA for 4e66a0b
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
distribution: goreleaser
50
version: "~> v2"
51
- args: release --rm-dist
+ args: release --clean
52
env:
53
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments