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