From 65891b3a8afdb5143776f42bc916a48764776bbb Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 15 Jun 2026 10:58:22 +0800 Subject: [PATCH] chore(deploy): comment out version bump in deployment script --- scripts/deploy/deploy_web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/deploy_web.sh b/scripts/deploy/deploy_web.sh index d64d2939..ba057f26 100755 --- a/scripts/deploy/deploy_web.sh +++ b/scripts/deploy/deploy_web.sh @@ -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 }