summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-29 21:19:00 -0500
committerDax Raad <[email protected]>2026-01-29 21:19:00 -0500
commit553316af2a72ea57539dee933b2871db2bf03ef3 (patch)
tree01a0e1ae420f4a13eecb808a875278f50fd9ff3d /.github
parentf27ee4674ae59e342de3b7f6494084857497d8b3 (diff)
downloadopencode-553316af2a72ea57539dee933b2871db2bf03ef3.tar.gz
opencode-553316af2a72ea57539dee933b2871db2bf03ef3.zip
ci
Diffstat (limited to '.github')
-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 9060eeb32..3924ad491 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -145,7 +145,7 @@ jobs:
cd packages/desktop
bun ./scripts/prepare.ts
env:
- OPENCODE_VERSION: ${{ needs.publish.outputs.version }}
+ OPENCODE_VERSION: ${{ needs.version.outputs.version }}
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
RUST_TARGET: ${{ matrix.settings.target }}
GH_TOKEN: ${{ github.token }}