[U] Merge tag push commands

This commit is contained in:
Azalea Gui 2023-04-01 21:16:28 -04:00
parent 9777652dac
commit 1d49e6109c

View file

@ -130,8 +130,7 @@ def create_release(v: str):
# 4. Push # 4. Push
print('Pushing commits...') print('Pushing commits...')
subprocess.check_call(['git', 'push']) subprocess.check_call(['git', 'push'])
subprocess.check_call(['git', 'push', 'origin', v]) subprocess.check_call(['git', 'push', 'origin', v, f'neofetch-{NEOFETCH_NEW_VERSION}'])
subprocess.check_call(['git', 'push', 'origin', f'neofetch-{NEOFETCH_NEW_VERSION}'])
def deploy(): def deploy():