Skip to content

Commit 70de67f

Browse files
committed
skip tag validation
1 parent 00f852d commit 70de67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run GoReleaser
6868
uses: goreleaser/goreleaser-action@v6
6969
with:
70-
args: release --clean --skip=publish
70+
args: release --clean --skip=publish --skip=validate
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
7373
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)