Forráskód Böngészése

ci: install opencode

Dax Raad 11 hónapja
szülő
commit
d92fc25e26
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 }}