From 01eb10bda3c0b04d56265eddf54aafd58fb34a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 6 Feb 2025 01:29:58 +0800 Subject: [PATCH] fix: ci --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 98c67987..f0e164d1 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -40,6 +40,8 @@ jobs: run: | echo "GOVERSION=$(go version | cut -d' ' -f3)" >> $GITHUB_ENV echo "HOSTNAME=$(hostname)" >> $GITHUB_ENV + - name: Clear node_modules + run: rm -rf node_modules - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: