Skip to content

Commit 6cc0cdd

Browse files
chore: okay
1 parent 363e35c commit 6cc0cdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
uses: ./.github/actions/setup
9191

9292
- name: Build package
93-
run: bun prepare
93+
run: bunx bob build
9494

9595
- name: Publish to npm
96-
run: bunx publish --access public
96+
run: npm publish --access public
9797
env:
98-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
98+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)