diff options
| author | Dax Raad <[email protected]> | 2025-10-02 01:18:38 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-02 01:19:53 -0400 |
| commit | d92fc25e26ac9a1a964530fc6df450bb20b7c462 (patch) | |
| tree | 83abfeea4203e471fa40c454c12edaee1ae993aa | |
| parent | c8c0373f1dd20c0208729600b1acaccdabb788ad (diff) | |
| download | opencode-d92fc25e26ac9a1a964530fc6df450bb20b7c462.tar.gz opencode-d92fc25e26ac9a1a964530fc6df450bb20b7c462.zip | |
ci: install opencode
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
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 }} |
