Skip to content

Commit

Permalink
chore: change npm token name
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 30, 2024
1 parent 33db7e1 commit 84d227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84d227a

Please sign in to comment.