summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 00:46:12 -0500
committerDax Raad <[email protected]>2026-01-30 00:46:12 -0500
commit8f537940178772deedf3317c5c669950f1f6c5a6 (patch)
tree7e37a4a8935aed81c9b7f0bcfcdcfd8d7f624db3
parent48d6d72e25cd6c2f074a095f5c3534ba6b25c043 (diff)
downloadopencode-8f537940178772deedf3317c5c669950f1f6c5a6.tar.gz
opencode-8f537940178772deedf3317c5c669950f1f6c5a6.zip
ci
-rw-r--r--.github/workflows/publish.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 0d26b31c1..2fc263523 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -41,6 +41,10 @@ jobs:
- uses: ./.github/actions/setup-bun
+ - name: Install OpenCode
+ if: inputs.bump || inputs.version
+ run: bun i -g opencode-ai
+
- id: version
run: |
./script/version.ts
@@ -210,10 +214,6 @@ jobs:
- uses: ./.github/actions/setup-bun
- - name: Install OpenCode
- if: inputs.bump || inputs.version
- run: bun i -g opencode-ai
-
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with: