[O] Push neofetch tag as well

This commit is contained in:
Hykilpikonna 2022-12-19 11:17:22 -05:00
parent 007c82b3f4
commit 8b14d02f05
No known key found for this signature in database
GPG key ID: 256CD01A41D7FA26

View file

@ -130,6 +130,7 @@ def create_release(v: str):
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])
subprocess.check_call(['git', 'push', 'origin', f'neofetch-{NEOFETCH_NEW_VERSION}'])
def deploy(): def deploy():