mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
chore: update tag
This commit is contained in:
@@ -38,6 +38,7 @@ async function run() {
|
|||||||
if (tags.includes(tagSimple)) {
|
if (tags.includes(tagSimple)) {
|
||||||
console.log(chalk.yellow(`[Git Action] Delete ${tagSimple} tag`));
|
console.log(chalk.yellow(`[Git Action] Delete ${tagSimple} tag`));
|
||||||
execSync(`git push origin :refs/tags/${tagSimple}`);
|
execSync(`git push origin :refs/tags/${tagSimple}`);
|
||||||
|
console.log(chalk.green(`[Git Action] Delete ${tagSimple} tag success`));
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(chalk.yellow(`[Git Action] Add new simple ${tagSimple} tag`));
|
console.log(chalk.yellow(`[Git Action] Add new simple ${tagSimple} tag`));
|
||||||
|
Reference in New Issue
Block a user