chore: 更新 publish.yml,為 npm publish 添加 NODE_AUTH_TOKEN 環境變數

This commit is contained in:
myw
2026-06-11 01:21:51 +08:00 Unverified
parent 56a806b45a
commit 81275828f6
+3 -1
View File
@@ -22,4 +22,6 @@ jobs:
- run: npm install
- run: npm publish --provenance --access public
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}