Skip to content

Commit 81b3f06

Browse files
committed
work on CI
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent be1dac2 commit 81b3f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

createRelease.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
version_tag = 'v'+ sys.argv[1]
1616

17-
command = "git tag -a " + version_tag + " -m " + comment
17+
command = "git tag -a " + version_tag + " -m \"" + comment + "\""
1818

1919
command += " && git push origin " + version_tag
2020
print(command)
21-
#os.system(command)
21+
os.system( command)

0 commit comments

Comments
 (0)