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 271cc8d commit a980647Copy full SHA for a980647
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
run: pnpm dev:prepare
39
40
- name: 📦 Release
41
- run: pnpm publish
+ run: npm publish
42
43
- name: 🏷️ Create tag
44
run: |
0 commit comments