Skip to content

Commit 86a0448

Browse files
committed
ci: fix release build script
1 parent 02341fc commit 86a0448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: bun build:lib
2929

3030
- name: Build package
31-
run: bun build:package
31+
run: bun package
3232

3333
- name: Publish package
3434
env:

0 commit comments

Comments
 (0)