We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37aa124 commit 77e8f53Copy full SHA for 77e8f53
.github/workflows/release.yaml
@@ -33,6 +33,6 @@ jobs:
33
with:
34
distribution: goreleaser
35
version: latest
36
- args: release --rm-dist
+ args: release --clean
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments