From 20bdcdbcde811c92ad7f32558dcac5e3ebbcd331 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Sun, 29 Sep 2024 14:46:06 +0800 Subject: [PATCH] fix: validate --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 6d70b13..3c4e92c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -43,7 +43,7 @@ jobs: distribution: goreleaser # 'latest', 'nightly', or a semver version: '~> v2' - args: release --clean + args: release --clean --skip=validate env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution