mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
CI again
This commit is contained in:
parent
0fbdb5cbd8
commit
3b16f9566f
2 changed files with 4 additions and 8 deletions
|
@ -50,7 +50,7 @@ def main():
|
|||
notes_path = generate_notes(tag)
|
||||
|
||||
subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
|
||||
subprocess.check_call(["git", "push"])
|
||||
subprocess.check_call(["git", "push", "master", "--tags"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue