Skip to content

Commit b04fc4d

Browse files
committed
chore: 🤖 调整发布脚本
1 parent 3e722cb commit b04fc4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/release.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ async function main() {
191191
console.log(chalk.blue('开始发布流程...'));
192192

193193
// 检查分支
194-
checkBranch();
195-
console.log(chalk.green('✓ 分支检查通过'));
194+
// checkBranch();
195+
// console.log(chalk.green('✓ 分支检查通过'));
196196

197197
// 检查未提交的更改
198198
checkUncommittedChanges();

0 commit comments

Comments
 (0)