Skip to content

Commit 629f011

Browse files
authored
Merge pull request #2124 from cprussin/fix-publish
fix: run correct pnpm publish command
2 parents 6408b31 + 93e7627 commit 629f011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
- run: pnpm build:ci
25-
- run: pnpm publish
25+
- run: pnpm run publish

0 commit comments

Comments
 (0)