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 a08d2ac + 6a898a5 commit 24ffc61Copy full SHA for 24ffc61
.github/workflows/ci.yaml
@@ -25,4 +25,4 @@ jobs:
25
uses: goreleaser/goreleaser-action@v3
26
with:
27
version: latest
28
- args: release --snapshot --skip-publish --rm-dist
+ args: release --snapshot --skip=publish --clean
.github/workflows/release.yaml
@@ -21,6 +21,6 @@ jobs:
21
22
23
24
- args: release --rm-dist
+ args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments