From 8a7ab80d59fa14157f40606cd3997f3009a129e1 Mon Sep 17 00:00:00 2001 From: liujuping Date: Wed, 13 Dec 2023 21:25:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20update=20IDE=20=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pubish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pubish.yml b/.github/workflows/pubish.yml index 1a2b93b..9033592 100644 --- a/.github/workflows/pubish.yml +++ b/.github/workflows/pubish.yml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v2 + + - name: Create .npmrc file + run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - name: Setup Node.js uses: actions/setup-node@v2