mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-07-30 06:58:00 -05:00
[O] Push neofetch tag as well
This commit is contained in:
parent
007c82b3f4
commit
8b14d02f05
|
|
@ -130,6 +130,7 @@ def create_release(v: str):
|
|||
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}'])
|
||||
|
||||
|
||||
def deploy():
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user