From e134826bd1b9d2f27f860a9289fd75a300bd019c Mon Sep 17 00:00:00 2001 From: Aaron Liu <912394456@qq.com> Date: Wed, 8 Feb 2023 21:10:55 +0800 Subject: [PATCH] chore: skip git validation before release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4ce8e6..619606a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,6 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean + args: release --clean --skip-validate env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} \ No newline at end of file