From 68879425a8c3f70f6c8462200a9e1ec400778f42 Mon Sep 17 00:00:00 2001 From: Jun Date: Sun, 29 Oct 2023 14:14:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20node=20auth=20token=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da6c1b7..6898e48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18 + registry-url: "https://registry.npmjs.org" - name: Install Dependencies run: yarn @@ -31,3 +32,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}