diff options
| author | Dax Raad <[email protected]> | 2025-12-11 01:15:34 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-11 01:15:34 -0500 |
| commit | c211b22a45b2d86d11594034013c5301b82172a8 (patch) | |
| tree | 36c42d531279753ee7bcfbbe53a715466153324d /.github/workflows | |
| parent | 5d57d0385c43fd511093028c8b7606e4abbce772 (diff) | |
| download | opencode-c211b22a45b2d86d11594034013c5301b82172a8.tar.gz opencode-c211b22a45b2d86d11594034013c5301b82172a8.zip | |
update
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eea0e21ae..14078661c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: - name: Install OpenCode if: inputs.bump || inputs.version - run: curl -fsSL https://opencode.ai/install | bash + run: bun i -g [email protected] - name: Login to GitHub Container Registry uses: docker/login-action@v3 |
