diff options
| author | Dax Raad <[email protected]> | 2025-10-02 01:24:33 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-02 01:24:33 -0400 |
| commit | 5667a7ed1642bf547fa4075675ea322355e3158c (patch) | |
| tree | fa0d6de88018a64e26f78d1aae69a4676270f036 /.github | |
| parent | 2ae3231ff9e1b2a0f2a7aa6241ccfbeab40eaf32 (diff) | |
| download | opencode-5667a7ed1642bf547fa4075675ea322355e3158c.tar.gz opencode-5667a7ed1642bf547fa4075675ea322355e3158c.zip | |
ci: publsih
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 343245da1..8486339be 100644 --- a/.github/workflows/publish.yml +++ b/.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 }} |
