Skip to content

Commit 8f53794

Browse files
committed
ci
1 parent 48d6d72 commit 8f53794

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141

4242
- uses: ./.github/actions/setup-bun
4343

44+
- name: Install OpenCode
45+
if: inputs.bump || inputs.version
46+
run: bun i -g opencode-ai
47+
4448
- id: version
4549
run: |
4650
./script/version.ts
@@ -210,10 +214,6 @@ jobs:
210214

211215
- uses: ./.github/actions/setup-bun
212216

213-
- name: Install OpenCode
214-
if: inputs.bump || inputs.version
215-
run: bun i -g opencode-ai
216-
217217
- name: Login to GitHub Container Registry
218218
uses: docker/login-action@v3
219219
with:

0 commit comments

Comments
 (0)