We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d30c0 commit 28f8951Copy full SHA for 28f8951
.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