diff options
| author | Dax Raad <[email protected]> | 2025-10-02 01:25:27 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-02 01:25:27 -0400 |
| commit | 88474e06538922e857d7d4ce90f140db87c5a26a (patch) | |
| tree | f554885794ce6a0a62f10d696af8ff92ca1c6e06 /.github | |
| parent | 5667a7ed1642bf547fa4075675ea322355e3158c (diff) | |
| download | opencode-88474e06538922e857d7d4ce90f140db87c5a26a.tar.gz opencode-88474e06538922e857d7d4ce90f140db87c5a26a.zip | |
ci: fix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8486339be..310ce162c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,9 +63,8 @@ jobs: - name: Install dependencies run: bun install - -name: Install OpenCode - run: - curl -fsSL https://opencode.ai/install | bash + - name: Install OpenCode + run: curl -fsSL https://opencode.ai/install | bash - name: Publish run: | |
