chore: 添加工作流推包到verdaccio
Node.js Build / build (push) Failing after 3m25s

This commit is contained in:
2026-05-29 14:36:32 +08:00
parent bba51f3a3d
commit d955cc9557
+8
View File
@@ -18,3 +18,11 @@ jobs:
- name: Run build - name: Run build
run: npm run build run: npm run build
- name: Setup npm for Verdaccio
run: |
npm config set registry http://verdaccio:4873/
npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }}
- name: Publish package
run: npm publish