From 1dad91dd95421a7057da2d3a64bce5efd4ba7a9d Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 25 Oct 2023 18:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E7=BB=A7=E7=BB=AD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 617397da..19527dc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Publish Release +name: Publish Release __VERSION__ on: push: tags: @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - cache: "pnpm" - name: setup pnpm uses: pnpm/action-setup@v2 with: