Skip to content

Commit 5667a7e

Browse files
committed
ci: publsih
1 parent 2ae3231 commit 5667a7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ jobs:
6363
- name: Install dependencies
6464
run: bun install
6565

66+
-name: Install OpenCode
67+
run:
68+
curl -fsSL https://opencode.ai/install | bash
69+
6670
- name: Publish
6771
run: |
68-
curl -fsSL https://opencode.ai/install | bash
6972
./script/publish.ts
7073
env:
7174
OPENCODE_BUMP: ${{ inputs.bump }}

0 commit comments

Comments
 (0)