mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v0.15.3
This commit is contained in:
parent
2c4d3ecbd9
commit
d6b68f5d4a
3 changed files with 6 additions and 2 deletions
|
@ -111,6 +111,10 @@ def main():
|
|||
print("Release already exists, exiting")
|
||||
exit(1)
|
||||
|
||||
subprocess.run(["git", "pull"])
|
||||
subprocess.run(["git", "commit", "-am", "Automated commit: "+tag])
|
||||
subprocess.run(["git", "push"])
|
||||
|
||||
last_release = get_last_release()
|
||||
print("Last release is:", last_release["name"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue