Skip to content

Commit

Permalink
fix(ci): auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GrinZero committed Jul 11, 2024
1 parent d62d756 commit 44747cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- run: npm i -g pnpm@8
- run: pnpm i
- run: pnpm build --filter=node-network-devtools
- run: cd packages/network-debugger
- run: npm publish --access public
- run: |
cd packages/network-debugger
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 44747cc

Please sign in to comment.