From 86eb4e47fbe62d6ad5ecdbffed35edd01845ac14 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 3 Feb 2024 12:53:20 +0800 Subject: [PATCH] Update build_release.yml --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 8e9424b5..784c294c 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -60,7 +60,7 @@ jobs: - name: Publish package if: ${{ steps.commit.outcome == 'success' }} run: | - pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.GITHUB_TOKEN }} + pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} pnpm publish - name: sync npmmirror