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.
2 parents 2235abb + 1e2f37b commit 338df95Copy full SHA for 338df95
1 file changed
.github/workflows/goreleaser.yml
@@ -55,7 +55,7 @@ jobs:
55
if: success() && startsWith(github.ref, 'refs/tags/')
56
with:
57
version: latest
58
- args: release --rm-dist
+ args: release --clean
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
USER: github-actions
0 commit comments