[F] Fix deploy script

This commit is contained in:
Azalea 2023-12-01 19:17:36 -05:00
parent 5f079cec46
commit 9945075de5

View file

@ -115,8 +115,7 @@ def create_release(v: str):
print('Committing changes...')
# 1. Add files
subprocess.check_call(['git', 'add', 'hyfetch/__version__.py', 'neofetch', 'neofetch.1', 'package.json', 'README.md',
'hyfetch/distros/*'])
subprocess.check_call(['git', 'add', '.'])
# 2. Commit
subprocess.check_call(['git', 'commit', '-m', f'[U] Release {v}'])