1 parent e9bd611 commit 018ed56Copy full SHA for 018ed56
1 file changed
.github/workflows/npm-publish.yml
@@ -32,6 +32,6 @@ jobs:
32
registry-url: https://registry.npmjs.org/
33
- run: bun install --frozen-lockfile
34
- run: bun run build:clean
35
- - run: bun publish --access public
+ - run: npm publish --access public
36
env:
37
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments