From 18be65d6fe4fc5e930d9d089ebcd9394b360bf29 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 5 Apr 2022 23:17:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/pub.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/pub.sh b/shell/pub.sh index 76faa285..4ca7c7c2 100644 --- a/shell/pub.sh +++ b/shell/pub.sh @@ -21,6 +21,7 @@ echo -e "删除已经存在的本地tag" git tag -d "$version" &>/dev/null echo -e "删除已经存在的远程tag" +git push origin :refs/tags/$version &>/dev/null echo -e "创建新tag" git tag -a "$version" -m "release $version"