Skip to content

Commit a3cea59

Browse files
committed
fix: use bun run for publish script execution
1 parent 508a761 commit a3cea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: bun install
4747

4848
- name: Publish
49-
run: ./script/publish.ts
49+
run: bun run script/publish.ts
5050
env:
5151
BUMP: ${{ inputs.bump }}
5252
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)