[O] Push neofetch tag as well

This commit is contained in:
Hykilpikonna
2022-12-19 11:17:22 -05:00
parent 007c82b3f4
commit 8b14d02f05
+1
View File
@@ -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():