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 00f852d commit 70de67fCopy full SHA for 70de67f
.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 --skip=validate
71
env:
72
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
73
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments