mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-03 05:54:19 -05:00
[U] Merge tag push commands
This commit is contained in:
parent
9777652dac
commit
1d49e6109c
|
|
@ -130,8 +130,7 @@ def create_release(v: str):
|
|||
# 4. Push
|
||||
print('Pushing commits...')
|
||||
subprocess.check_call(['git', 'push'])
|
||||
subprocess.check_call(['git', 'push', 'origin', v])
|
||||
subprocess.check_call(['git', 'push', 'origin', f'neofetch-{NEOFETCH_NEW_VERSION}'])
|
||||
subprocess.check_call(['git', 'push', 'origin', v, f'neofetch-{NEOFETCH_NEW_VERSION}'])
|
||||
|
||||
|
||||
def deploy():
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user