diff options
| author | Luke Parker <[email protected]> | 2025-12-19 13:59:46 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-18 21:59:46 -0600 |
| commit | 382905602c61d86d5cacfa28ed00cb69d0a5d4a6 (patch) | |
| tree | 127a88bc43531897af159d332bd84740c86e4aa4 /.github/workflows | |
| parent | 8b5cea78994f4f6da8298d1b3436a9abd3e89194 (diff) | |
| download | opencode-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.yml | 2 |
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 |
