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.
1 parent e5421cc commit bc7fc90Copy full SHA for bc7fc90
.github/workflows/release.yml
@@ -16,6 +16,6 @@ jobs:
16
go-version: "1.23"
17
- uses: goreleaser/goreleaser-action@v6
18
with:
19
- args: release --rm-dist
+ args: release --clean
20
env:
21
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments