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 2d6a1bc commit d66cdd7Copy full SHA for d66cdd7
.github/workflows/releases.yml
@@ -42,4 +42,4 @@ jobs:
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
44
- name: Publish to npm
45
- run: cd dist && pnpm run publish
+ run: cd dist && pnpm run publish:npm
0 commit comments