clean comment

This commit is contained in:
2026-04-04 20:27:26 +08:00
parent 7e79c03715
commit 4b84b2ec00

View File

@@ -78,7 +78,6 @@ get_tag_commit() {
echo "$commit_sha"
}
# ✅ 修复:通过 release.yml 专属 workflow 端点获取构建号run_number
# 对应 GitHub Actions 页面 https://github.com/zed-industries/zed/actions/workflows/release.yml 中显示的 #xxx
get_build_number() {
local commit_sha="$1"
@@ -172,7 +171,6 @@ fi
echo -e "${BLUE}🔖 Commit: ${COMMIT_SHA:0:12}...${NC}"
# ✅ 修复:直接传入 commit_sha通过 release.yml 专属端点获取构建号
echo "🔍 正在获取构建号..."
BUILD_NUM=$(get_build_number "$COMMIT_SHA")