From 7e8ec522603bd21a8b12d967a4859af29c79b7c8 Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Tue, 18 Jun 2024 17:46:16 +0800 Subject: [PATCH] ci(release): update goreleaser ci args --- .github/workflows/build-binary-for-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binary-for-release.yml b/.github/workflows/build-binary-for-release.yml index 0b4417c02..7075db8fa 100644 --- a/.github/workflows/build-binary-for-release.yml +++ b/.github/workflows/build-binary-for-release.yml @@ -50,7 +50,7 @@ jobs: with: distribution: goreleaser version: latest - args: release --clean --skip-validate + args: release --clean --skip=validate env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: actions/upload-artifact@v3