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: