We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6045b02 commit 86cd3a0Copy full SHA for 86cd3a0
.github/workflows/release.yml
@@ -105,7 +105,7 @@ jobs:
105
# either 'goreleaser' (default) or 'goreleaser-pro'
106
distribution: goreleaser
107
version: latest
108
- args: release --rm-dist --release-notes RELEASE_NOTES.md
+ args: release --clean --release-notes RELEASE_NOTES.md
109
env:
110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
0 commit comments