Skip to content

Commit

Permalink
work on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
  • Loading branch information
levnach committed Jan 15, 2022
1 parent be1dac2 commit 81b3f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions createRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

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

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

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

0 comments on commit 81b3f06

Please sign in to comment.