summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-02 01:24:33 -0400
committerDax Raad <[email protected]>2025-10-02 01:24:33 -0400
commit5667a7ed1642bf547fa4075675ea322355e3158c (patch)
treefa0d6de88018a64e26f78d1aae69a4676270f036 /.github
parent2ae3231ff9e1b2a0f2a7aa6241ccfbeab40eaf32 (diff)
downloadopencode-5667a7ed1642bf547fa4075675ea322355e3158c.tar.gz
opencode-5667a7ed1642bf547fa4075675ea322355e3158c.zip
ci: publsih
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 343245da1..8486339be 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -63,9 +63,12 @@ jobs:
- name: Install dependencies
run: bun install
+ -name: Install OpenCode
+ run:
+ curl -fsSL https://opencode.ai/install | bash
+
- name: Publish
run: |
- curl -fsSL https://opencode.ai/install | bash
./script/publish.ts
env:
OPENCODE_BUMP: ${{ inputs.bump }}