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.
2 parents be6febf + 4bcd83e commit c179674Copy full SHA for c179674
.github/workflows/default.yml
@@ -100,6 +100,6 @@ jobs:
100
run: pnpm run build:lib
101
102
- name: Publish to npmjs
103
- run: pnpm publish --access public --no-git-checks # this is necessary because we dont want to commit the version bump
+ run: npm publish --access public --no-git-checks # this is necessary because we dont want to commit the version bump
104
env:
105
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments