We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c91145 commit 26457b3Copy full SHA for 26457b3
.github/workflows/releaser.yaml
@@ -49,7 +49,7 @@ jobs:
49
uses: goreleaser/goreleaser-action@v6
50
with:
51
version: '~> v2'
52
- args: release --clean --snapshot --skip=publish,sign
+ args: release --clean
53
env:
54
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
55
-
0 commit comments