chore: 更新 publish.yml,為 npm publish 添加 --access public 參數

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