Skip to content

Commit 3c9415d

Browse files
committed
Fix publish cicd
1 parent 73181d0 commit 3c9415d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- uses: oven-sh/setup-bun@v2
5454
with:
5555
bun-version: latest
56+
- run: bun i
57+
- run: bun run build
5658
- uses: changepacks/action@main
5759
id: changepacks
5860
with:

0 commit comments

Comments
 (0)