From 718b5fca0c3fc2d7bbe3ff5695f7c6e3835cbe9e Mon Sep 17 00:00:00 2001 From: IQuant Date: Tue, 26 Nov 2024 19:29:12 +0300 Subject: [PATCH] Automated commit: v0.30.6 --- scripts/check_pre_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_pre_ci.py b/scripts/check_pre_ci.py index 36f68a05..ece20975 100644 --- a/scripts/check_pre_ci.py +++ b/scripts/check_pre_ci.py @@ -49,7 +49,7 @@ def main(): notes_path = generate_notes(tag) - subprocess.check_call(["git", "tag", "-a", "-F", notes_path ]) + subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ]) subprocess.check_call(["git", "push"])