We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c136deb commit c9ce175Copy full SHA for c9ce175
.github/workflows/release-build.yml
@@ -25,7 +25,7 @@ jobs:
25
# either 'goreleaser' (default) or 'goreleaser-pro'
26
distribution: goreleaser
27
version: latest
28
- args: release --rm-dist
+ args: release --clean
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
0 commit comments