Skip to content

Commit f9c6a4e

Browse files
committed
fix: gh action
1 parent a28566f commit f9c6a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
scope: "@intentui"
2020
- name: Install dependencies
21-
run: npm install
21+
run: bun install
2222
- name: Build
23-
run: npm run build
23+
run: bun run build
2424
- run: npm publish --access=public
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)