From 9f820628ca8b7395a0ee3aff39a48ef2cb7fb9dd Mon Sep 17 00:00:00 2001 From: zvonimirsun Date: Tue, 10 Dec 2024 22:31:41 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5deaa033..9c1df4d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,10 @@ jobs: with: node-version: 20 cache: pnpm + - name: Create .npmrc + env: + NPMRC: ${{ secrets.NPMRC }} + run: echo "$NPMRC" >> .npmrc - name: Install dependencies run: pnpm install