Browse Source

ci: install opencode

Dax Raad 5 months ago
parent
commit
d92fc25e26
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/publish.yml

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