From d1a1c5d9918c24b3f297f940e3422efc713ea147 Mon Sep 17 00:00:00 2001 From: Jun Date: Sun, 29 Oct 2023 14:24:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.npmrc=EC=97=90=20authToken=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 -- .npmrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6898e48..da6c1b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 - registry-url: "https://registry.npmjs.org" - name: Install Dependencies run: yarn @@ -32,4 +31,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.npmrc b/.npmrc index ded82e2..b909d06 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ auto-install-peers = true +//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN} \ No newline at end of file