Skip to content

Commit 4d2e556

Browse files
committed
sync
1 parent 54a5d3a commit 4d2e556

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
with:
3333
bun-version: 1.2.16
3434

35-
- run: ./script/publish.ts
35+
- run: |
36+
bun install
37+
./script/publish.ts
3638
working-directory: ./packages/opencode
3739
env:
3840
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)