ci: 🎡 配置.ps1文件的编码及换行符

This commit is contained in:
2026-03-18 16:41:54 +08:00
parent da7d53e791
commit 154c4c1a51
5 changed files with 21 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# 发布所有子包到私有 npm 仓库
# 发布所有子包到私有 npm 仓库
# 使用方法: powershell scripts/publish.ps1
# 注意: 发布仓库地址使用各子包 package.json 中的 publishConfig.registry 配置
# 版本管理请先通过 pnpm release (standard-version) 完成,本脚本仅负责构建和发布
@@ -88,4 +88,4 @@ if ($push -eq "y" -or $push -eq "Y") {
}
Write-Host ""
Write-Host "🎉 所有包发布完成!版本: v$CURRENT_VERSION" -ForegroundColor Green
Write-Host "🎉 所有包发布完成!版本: v$CURRENT_VERSION" -ForegroundColor Green