fix(desktop): embed version in server sidecar (#40764)

This commit is contained in:
Luke Parker
2026-08-06 09:22:11 +10:00
committed by GitHub
parent 23bbc5cd14
commit 24470e52a5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -322,6 +322,7 @@ jobs:
working-directory: packages/desktop
env:
NODE_OPTIONS: --max-old-space-size=4096
OPENCODE_VERSION: ${{ needs.version.outputs.version }}
OPENCODE_CHANNEL: ${{ (github.ref_name == 'beta' && 'beta') || 'prod' }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}