Skip to content

Commit

Permalink
adding cobigen files
Browse files Browse the repository at this point in the history
  • Loading branch information
krashah committed May 23, 2018
1 parent c1dbca0 commit 3d74ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def create_github_issue():
if bool_dry:
print("dry-run:would create a new tag")
else:
new_tag=repo.create_tag(tag_name)
new_tag=repo.create_tag(tag_name+"asaxx")
print_info("Pushing git tags..")
origin.push(new_tag)

Expand Down

0 comments on commit 3d74ba9

Please sign in to comment.