chore(deploy): comment out version bump in deployment script

This commit is contained in:
2026-06-15 10:58:22 +08:00
parent 83fdd73923
commit 65891b3a8a
+1 -1
View File
@@ -10,7 +10,7 @@ source "$SCRIPT_DIR/_deploy_lib.sh"
# 主函数
main() {
push_to_remote "production" "main"
NEW_VERSION=$(bump_version)
# NEW_VERSION=$(bump_version)
purge_cdn_cache
}