浏览代码

ci: publsih

Dax Raad 6 月之前
父节点
当前提交
5667a7ed16
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .github/workflows/publish.yml

+ 4 - 1
.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 }}