Skip to content

Commit

Permalink
fix: run correct pnpm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Nov 18, 2024
1 parent 6408b31 commit 93e7627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm build:ci
- run: pnpm publish
- run: pnpm run publish

0 comments on commit 93e7627

Please sign in to comment.