fix: use bun run for publish script execution
This commit is contained in:
parent
508a761385
commit
a3cea59001
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: ./script/publish.ts
|
run: bun run script/publish.ts
|
||||||
env:
|
env:
|
||||||
BUMP: ${{ inputs.bump }}
|
BUMP: ${{ inputs.bump }}
|
||||||
VERSION: ${{ inputs.version }}
|
VERSION: ${{ inputs.version }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user