update: 删除无用信息

main
huyufei 2023-09-06 10:13:07 +08:00
parent 2689ff63f8
commit 0ee80dacf7
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ build:
# 更新版本
set_version:
git switch ${Branch}
# python3 helper.py package.json ${Version}
python3 helper.py set_ver --path ./package.json --ver ${Version}
git commit . -m "update: set version to ${Version}"
git push