[F] Fix deploy script
This commit is contained in:
parent
5f079cec46
commit
9945075de5
1 changed files with 2 additions and 3 deletions
|
@ -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}'])
|
||||
|
|
Loading…
Reference in a new issue