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"])