From fefe2b0655ee69cfb0f49f357ad59629ac832d01 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 17 Jul 2024 23:16:09 +0800 Subject: [PATCH] chore: fix build artifacts action --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index dedb47f1..bd47f185 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -40,6 +40,6 @@ jobs: distribution: goreleaser # 'latest', 'nightly', or a semver version: latest - args: release --clean --skip-validate + args: release --clean --skip=validate env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}