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 e317b6f commit 009e89dCopy full SHA for 009e89d
.github/workflows/publish.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Build
42
run: bun run build
43
- name: Publish
44
- run: bun publish --access public --non-interactive --new-version ${{ steps.version.outputs.value }}
+ run: npm publish --access public --non-interactive --new-version ${{ steps.version.outputs.value }}
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments