fix: 暂时移除版本号更新功能

This commit is contained in:
秋云
2025-05-17 05:53:39 +08:00
parent 281cebdd16
commit 0db2cb8781
2 changed files with 1 additions and 8 deletions

View File

@@ -166,16 +166,9 @@ jobs:
echo "build/validate.py不存在跳过获取步骤"
else
echo "build/validate.py已存在检查文件头部"
head -n 10 build/validate.py
head -n 5 build/validate.py
fi
# 检查文件执行权限
chmod +x build/validate.py
# 检查文件编码
echo "检查文件编码:"
file build/validate.py
- name: Get PR information for workflow_dispatch
if: ${{ steps.set_env.outputs.trigger_type == 'manual' && steps.set_env.outputs.pr_number != '' }}
id: pr_info