summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 }}