From dfac87c369dd01fec27e78d9ae339e77208e2fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E5=87=9B?= Date: Sun, 13 Nov 2022 01:15:25 +0800 Subject: [PATCH] chore: update tag --- scripts/tag.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tag.js b/scripts/tag.js index 6789d35..7ae510f 100644 --- a/scripts/tag.js +++ b/scripts/tag.js @@ -38,6 +38,7 @@ async function run() { if (tags.includes(tagSimple)) { console.log(chalk.yellow(`[Git Action] Delete ${tagSimple} tag`)); 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`));