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 78405d5 commit 71c7329Copy full SHA for 71c7329
.github/workflows/ci.yaml
@@ -61,4 +61,4 @@ jobs:
61
- run: pnpm build
62
63
- if: github.ref == 'refs/heads/main'
64
- run: pnpm publish --no-git-checks --tag ${{ env.version_tag }}
+ run: npm publish --no-git-checks --tag ${{ env.version_tag }}
0 commit comments