From 84d227a8ed3bdc12b8daa1ae1aa67923061dddb1 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 30 Sep 2024 14:16:15 +0800 Subject: [PATCH] chore: change npm token name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 550ef42..6963ef9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Publish uses: JS-DevTools/npm-publish@v3 with: - token: ${{ secrets.NPM_TOKEN }} + token: ${{ secrets.RSBUILD_PLUGIN_NPM_TOKEN }} - name: Create GitHub Release uses: ncipollo/release-action@v1