Skip to content

Commit

Permalink
use npm to patch and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutphilippe committed Aug 18, 2024
1 parent ce5597b commit 0cd325a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
working-directory: ./
- run: pnpm -r run build
working-directory: ./
- run: pnpm version patch
- run: npm version patch
working-directory: ./
- run: pnpm publish --access public
- run: npm publish --access public
working-directory: ./
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0cd325a

Please sign in to comment.