[U] Merge tag push commands
This commit is contained in:
parent
9777652dac
commit
1d49e6109c
1 changed files with 1 additions and 2 deletions
|
@ -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():
|
||||||
|
|
Loading…
Reference in a new issue