From 3409085195da91898dbeacf41d4977303305dcef Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 5 Apr 2022 23:14:47 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/pub.sh b/shell/pub.sh index 0e920a59..76faa285 100644 --- a/shell/pub.sh +++ b/shell/pub.sh @@ -13,8 +13,8 @@ git push echo -e "更新cdn文件" ts-node sample/tool.ts -string = $(cat src/version.ts | grep "version" | egrep "[^\']*" -o | egrep "\d\.*") -version = "v$string" +string=$(cat src/version.ts | grep "version" | egrep "[^\']*" -o | egrep "\d\.*") +version="v$string" echo -e "当前版本$version" echo -e "删除已经存在的本地tag"