Skip to content

Commit

Permalink
Use main instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Jan 30, 2024
1 parent 61c0840 commit 2301304
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 @@ -29,7 +29,7 @@ def main():
build.store(f, encoding="utf-8")

os.system('git commit -a -m build')
os.system('git push origin master release-{}-{}-{}'.format(mc_version, version, build_number))
os.system('git push origin main release-{}-{}-{}'.format(mc_version, version, build_number))

if __name__ == '__main__':
main()

0 comments on commit 2301304

Please sign in to comment.