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 d2afe3e commit 00f852dCopy full SHA for 00f852d
.github/workflows/release.yaml
@@ -67,7 +67,7 @@ jobs:
67
- name: Run GoReleaser
68
uses: goreleaser/goreleaser-action@v6
69
with:
70
- args: release --clean --skip-publish
+ args: release --clean --skip=publish
71
env:
72
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
73
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments