Selaa lähdekoodia

ci: install opencode

Dax Raad 4 kuukautta sitten
vanhempi
sitoutus
d92fc25e26
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .github/workflows/publish.yml

+ 1 - 0
.github/workflows/publish.yml

@@ -65,6 +65,7 @@ jobs:
 
 
       - name: Publish
       - name: Publish
         run: |
         run: |
+          curl -fsSL https://opencode.ai/install | bash
           ./script/publish.ts
           ./script/publish.ts
         env:
         env:
           OPENCODE_BUMP: ${{ inputs.bump }}
           OPENCODE_BUMP: ${{ inputs.bump }}