We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb653e commit b39f589Copy full SHA for b39f589
.github/workflows/publish_npm.yaml
@@ -33,6 +33,6 @@ jobs:
33
run: pnpm install --frozen-lockfile
34
35
- name: Publish to NPM
36
- run: npm publish
+ run: pnpm publish
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments