From 490754b2f6345390b9548463f0da7e6a17619775 Mon Sep 17 00:00:00 2001 From: Col0ring <1561999073@qq.com> Date: Tue, 5 Jul 2022 10:43:47 +0800 Subject: [PATCH] ci: remove install action --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 72d2bf6..fe87540 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,10 +17,10 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - # cache: 'pnpm' + cache: 'pnpm' registry-url: 'https://registry.npmjs.org' - - name: Install Dependencies - run: pnpm install + # - name: Install Dependencies + # run: pnpm install - name: Publish run: pnpm publish env: