diff --git a/tools/deploy-release.py b/tools/deploy-release.py index 7118d821..2a6fa7e7 100755 --- a/tools/deploy-release.py +++ b/tools/deploy-release.py @@ -113,7 +113,8 @@ def create_release(v: str): print('Committing changes...') # 1. Add files - subprocess.check_call(['git', 'add', 'hyfetch/constants.py', 'neofetch', 'neofetch.1', 'package.json', 'README.md']) + subprocess.check_call(['git', 'add', 'hyfetch/constants.py', 'neofetch', 'neofetch.1', 'package.json', 'README.md', + 'hyfetch/distros/*']) # 2. Commit subprocess.check_call(['git', 'commit', '-m', f'[U] Release {v}'])