Skip to content

Commit 2e6914f

Browse files
committed
fix(workflow): correct build command from 'bun build' to 'bun run build' in reusable-publish.yml
1 parent 907900f commit 2e6914f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Build
105105
if: ${{ inputs.build }}
106-
run: bun build
106+
run: bun run build
107107

108108
- name: Bump Versions and make release
109109
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)