From f2c8cb42c92ffa1c68564b8d8a9105e27325cf59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Sat, 6 May 2023 18:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=AA=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7=E7=BB=99=E4=B8=89=E5=9F=BA?= =?UTF-8?q?=E5=AE=A2=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie04bd2f121842ed4e64b5bc009a2f1d1038f2163 --- .github/scripts/updateVersionCodeForSnapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/updateVersionCodeForSnapshot.sh b/.github/scripts/updateVersionCodeForSnapshot.sh index 6a3bf88e..0817274b 100644 --- a/.github/scripts/updateVersionCodeForSnapshot.sh +++ b/.github/scripts/updateVersionCodeForSnapshot.sh @@ -15,7 +15,7 @@ secondtag=${vtaglist[1]} thirdtag=${vtaglist[2]} thirdtag=`expr $thirdtag + 1` -new_version=$firsttag.$secondtag.$thirdtag.$(date "+%Y%m%d") +new_version=$firsttag.$secondtag.$thirdtag.$(date "+%Y%m%d").1 echo ">>>new version: $new_version"