Skip to content

Commit 7905e0a

Browse files
shanzezclaude
andauthored
fix: re-enable model version check in CI (#10796)
The check_model_version.js CI step was commented out, which allowed v0.7.413 to ship with MODEL_VERSION=0.7.343 baked into the desktop client. This causes a blocking "New version is available" dialog for self-hosted users whose servers have MODEL_VERSION > 0.7.343. Re-enabling this check will catch future model/version.txt drift before it reaches a release. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent add2a8a commit 7905e0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
node common/scripts/install-run-rush.js install
9898
fi
9999
100-
# - name: Cheking model is updated...
101-
# run: node common/scripts/check_model_version.js
100+
- name: Checking model version is updated...
101+
run: node common/scripts/check_model_version.js
102102

103103
- name: Checking for mis-matching dependencies...
104104
run: node common/scripts/install-run-rush.js check

0 commit comments

Comments
 (0)