From d02c6dadb6d9465a93e71928ff1b87077f082d79 Mon Sep 17 00:00:00 2001 From: RikudouPatrickstar <68163551+RikudouPatrickstar@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=20push=20=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release_new_version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_new_version.yaml b/.github/workflows/release_new_version.yaml index 9883202..70f8b25 100644 --- a/.github/workflows/release_new_version.yaml +++ b/.github/workflows/release_new_version.yaml @@ -52,7 +52,7 @@ jobs: run: | git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot" git add . && git commit -m "${new_type} ${new_version} 打包" || exit 0 - git push origin master + git push if [[ "${new_type}" == "正式版" ]]; then git tag ${new_version} git push origin ${new_version}