chore(ci): use both NODE_AUTH_TOKEN and NPM_TOKEN

This commit is contained in:
LemonNeko
2025-04-02 20:52:21 +08:00
parent 5a3ddfd70c
commit 072e95bea7
+2 -1
View File
@@ -48,5 +48,6 @@ jobs:
- name: Packages publish
run: pnpm publish -r --access public --no-git-checks
env:
NODE_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true