Skip to content

Commit 018ed56

Browse files
committed
Update flow
1 parent e9bd611 commit 018ed56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
registry-url: https://registry.npmjs.org/
3333
- run: bun install --frozen-lockfile
3434
- run: bun run build:clean
35-
- run: bun publish --access public
35+
- run: npm publish --access public
3636
env:
3737
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)