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 dd1a115 commit 801ad89Copy full SHA for 801ad89
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: goreleaser/goreleaser-action@v6
33
with:
34
version: "~> v2"
35
- args: release --clean
+ args: release --clean --snapshot
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
0 commit comments