Commit f66d8406 authored by Amanda Chen's avatar Amanda Chen

fix:ccc

parent 50672dc7
......@@ -5,8 +5,6 @@ function execute(cmd) {
console.error("发生错误", error);
process.exit(1);
// throw error;
} else {
console.log(cmd);
}
});
}
......@@ -37,4 +35,4 @@ execute("git merge --no-ff develop");
execute("git push");
execute(`git tag -a ${params.tag} -m ${params.m}`);
execute(`git push --tags `);
console.log("success");
console.log("successfull");
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment