Skip to content

Commit

Permalink
Merge pull request #2124 from cprussin/fix-publish
Browse files Browse the repository at this point in the history
fix: run correct pnpm publish command
  • Loading branch information
cprussin authored Nov 18, 2024
2 parents 6408b31 + 93e7627 commit 629f011
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 629f011

Please sign in to comment.