[O] Push neofetch tag as well
This commit is contained in:
parent
007c82b3f4
commit
8b14d02f05
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue