Skip to content

Commit faae645

Browse files
committed
Use npm to publish
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 7796053 commit faae645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

55-
- name: Publish package to npm via Bun
56-
run: bun publish --access public
55+
- name: Publish package to npm via npm
56+
run: npm publish --access public
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5959

0 commit comments

Comments
 (0)