From d90c507cdefbc1541e70a9c0e3a68b1280396506 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 2 Aug 2024 09:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8C=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/release.sh b/bin/release.sh index bd9d4d211..99b39fb5d 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -43,8 +43,7 @@ do if [[ $(git log --pretty="%d" -n 1 | grep tag --count) -eq 0 ]]; then echo "Releasing $REMOTE" git tag $VERSION - echo "Git Push Origin --tags $VERSION" -# git push origin --tags + git push origin --tags fi ) done