Skip to content

Commit

Permalink
improved push_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Aug 4, 2024
1 parent f0fe70e commit ad8b688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
for line in lines:
changelog = changelog + '-m "'+line+'" '

tag_success = os.system('git tag -a release-{}-{}-{}b {}'.format(mc_version, version, build_number, changelog))
tag_success = os.system('git tag -a release-{}-{}-{} {}'.format(mc_version, version, build_number, changelog))

if tag_success != 0:
print('Failed to create tag')
Expand Down

0 comments on commit ad8b688

Please # to comment.