From 2c3a079dff039c6b48bcb87b008dc8e01b2904cf Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 20 Apr 2024 21:54:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index eb6b88a..c005378 100644 --- a/deploy.py +++ b/deploy.py @@ -66,7 +66,7 @@ if __name__ == "__main__": border = border_template.format("#000") # git 信息: - version_info = f"{branch}:{tag.split("-")[0]}" + version_info = f"{branch}:{tag.split('-')[0]}" marker = marker_template.format(version_info) print(f"Master: {border}\n{marker}\n")