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:
@@ -57,7 +57,8 @@ if ($response -eq "y" -or $response -eq "Y") {
|
||||
|
||||
Write-Host "Committing changes..." -ForegroundColor Yellow
|
||||
# 使用 --no-verify 跳过 pre-commit hooks,避免检查大量构建产物文件
|
||||
git commit --no-verify -m "chore: build and deploy web-antd [skip ci]" 2>&1 | Out-Null
|
||||
# 注意:不要使用 [skip ci],否则 CI/CD 不会触发
|
||||
git commit --no-verify -m "chore: build and deploy web-antd" 2>&1 | Out-Null
|
||||
|
||||
Write-Host "Pushing to repository..." -ForegroundColor Yellow
|
||||
git push origin master
|
||||
|
||||
Reference in New Issue
Block a user