chore: 更新 publish.yml,移除 npm publish 的 NODE_AUTH_TOKEN 環境變數

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