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 cf40112 commit de67894Copy full SHA for de67894
.github/workflows/build.yaml
@@ -21,4 +21,4 @@ jobs:
21
uses: goreleaser/goreleaser-action@v5
22
with:
23
version: v1.26.2
24
- args: release --rm-dist --snapshot --skip-publish
+ args: release --clean --snapshot --skip=publish
.github/workflows/release.yaml
@@ -22,6 +22,6 @@ jobs:
25
- args: release --rm-dist
+ args: release --clean
26
env:
27
GITHUB_TOKEN: ${{ secrets.RELEASE_USER_TOKEN }}
0 commit comments