mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v0.30.6
This commit is contained in:
parent
edeb80598d
commit
4aabb8f5ae
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ def main():
|
|||
print("Release already exists, exiting")
|
||||
exit(1)
|
||||
|
||||
subprocess.check_call(["git", "pull"])
|
||||
subprocess.check_call(["git", "commit", "-am", "Automated commit: "+tag])
|
||||
subprocess.run(["git", "pull"])
|
||||
subprocess.run(["git", "commit", "-am", "Automated commit: "+tag])
|
||||
|
||||
|
||||
last_release = get_last_release()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue