diff options
| author | Aiden Cline <[email protected]> | 2025-12-19 17:49:07 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-19 17:49:07 -0600 |
| commit | 129d4f0b1b168cb51101a65f92434f82701ec86d (patch) | |
| tree | b3b159cedcaf3dee3311c3d40fd544eab70f84a3 /.github | |
| parent | 3a1e50d1f8cc5a2c2f792e690ec4193b12066442 (diff) | |
| download | opencode-129d4f0b1b168cb51101a65f92434f82701ec86d.tar.gz opencode-129d4f0b1b168cb51101a65f92434f82701ec86d.zip | |
ci: fix release notes
Diffstat (limited to '.github')
| -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 9707c4d70..77d7bb30e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: - name: Install OpenCode if: inputs.bump || inputs.version - run: bun i -g [email protected] + run: bun i -g [email protected] - name: Login to GitHub Container Registry uses: docker/login-action@v3 |
