chore(ci): fix wrong config of `NPM`

This commit is contained in:
郭桓桓 2023-02-28 18:50:32 +08:00
parent d6314eda4c
commit ada5f7db81
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: npm run build
# Step IV
- name: Publish to NPM Registry
run: npm publish
uses: JS-DevTools/npm-publish@v1
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Step V