From bdab4b7fd7d3c447bfba2251c22f58e725be8bff Mon Sep 17 00:00:00 2001 From: luochao <1055120207@qq.com> Date: Thu, 10 Aug 2023 15:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95ci/cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12bd488..cb35b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: run: npm publish env: # NPM_TOKEN is access token - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file