From d7be24a0e12f3fca5d42e09ec331579a85c1cf1b Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 1 Jun 2024 09:59:52 +0800 Subject: [PATCH] chore: tweak goreleaser --- .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 9e07be2b..a6d7e08d 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 + args: release --clean --skip-validate --skip-publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}