[U] Deploy tool: Push tag

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-09-06 12:20:37 -04:00
parent 82c37a28d3
commit d0fda1ef0d
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

@ -124,6 +124,7 @@ def create_release(v: str):
# 4. Push
print('Pushing commits...')
subprocess.check_call(['git', 'push'])
subprocess.check_call(['git', 'push', 'origin', v])
def deploy():