summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2025-12-19 13:59:46 +1000
committerGitHub <[email protected]>2025-12-18 21:59:46 -0600
commit382905602c61d86d5cacfa28ed00cb69d0a5d4a6 (patch)
tree127a88bc43531897af159d332bd84740c86e4aa4 /.github/workflows
parent8b5cea78994f4f6da8298d1b3436a9abd3e89194 (diff)
downloadopencode-382905602c61d86d5cacfa28ed00cb69d0a5d4a6.tar.gz
opencode-382905602c61d86d5cacfa28ed00cb69d0a5d4a6.zip
ci: gemini 3 flash doesnt exist in pinned cicd version (#5776)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index f207eb3ac..fc9181bc5 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: bun i -g [email protected]
+ run: bun i -g [email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v3