From 175215698df7c3c11cee7a297e8cf52a6fe09b68 Mon Sep 17 00:00:00 2001 From: naiba Date: Wed, 30 Oct 2024 23:13:04 +0800 Subject: [PATCH] fix ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b6ba6c..dc2a056 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: with: distribution: goreleaser version: '~> v2' - args: build --single-target --clean --skip=validate --snapshot + args: build --single-target --clean --skip=validate --buildvcs=false --snapshot - name: Upload artifacts uses: actions/upload-artifact@v4