ci: version stuff

This commit is contained in:
Dax Raad
2025-10-14 14:51:35 -04:00
parent 4c464cf4c0
commit 289783f627
7 changed files with 19 additions and 19 deletions

View File

@@ -157,7 +157,7 @@ export const TuiCommand = cmd({
;(async () => {
if (Installation.isDev()) return
if (Installation.isSnapshot()) return
if (Installation.isPreview()) return
const config = await Config.global()
if (config.autoupdate === false || Flag.OPENCODE_DISABLE_AUTOUPDATE) return
const latest = await Installation.latest().catch(() => {})