chore: build and deploy web-antd
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 8s
This commit is contained in:
@@ -54,7 +54,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
|
||||
echo "💾 Committing changes..."
|
||||
# 使用 --no-verify 跳过 pre-commit hooks,避免检查大量构建产物文件
|
||||
git commit --no-verify -m "chore: build and deploy web-antd [skip ci]" || true
|
||||
# 注意:不要使用 [skip ci],否则 CI/CD 不会触发
|
||||
git commit --no-verify -m "chore: build and deploy web-antd" || true
|
||||
|
||||
echo "📤 Pushing to repository..."
|
||||
git push origin master
|
||||
|
||||
Reference in New Issue
Block a user