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 b24898e commit 062902bCopy full SHA for 062902b
.github/workflows/release-binary.yml
@@ -46,6 +46,6 @@ jobs:
46
uses: goreleaser/goreleaser-action@v6
47
with:
48
version: '~> v2'
49
- args: release --draft --skip validate --skip publish --clean --config .github/goreleaser.yaml --verbose
+ args: release --draft --clean --config .github/goreleaser.yaml --verbose
50
env:
51
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments