summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-02 01:18:38 -0400
committerDax Raad <[email protected]>2025-10-02 01:19:53 -0400
commitd92fc25e26ac9a1a964530fc6df450bb20b7c462 (patch)
tree83abfeea4203e471fa40c454c12edaee1ae993aa /.github
parentc8c0373f1dd20c0208729600b1acaccdabb788ad (diff)
downloadopencode-d92fc25e26ac9a1a964530fc6df450bb20b7c462.tar.gz
opencode-d92fc25e26ac9a1a964530fc6df450bb20b7c462.zip
ci: install opencode
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index a34405e9e..343245da1 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -65,6 +65,7 @@ jobs:
- name: Publish
run: |
+ curl -fsSL https://opencode.ai/install | bash
./script/publish.ts
env:
OPENCODE_BUMP: ${{ inputs.bump }}