fix: Preset list generator

Signed-off-by: David Lapshin <ddaudix@gmail.com>
This commit is contained in:
David Lapshin 2023-05-03 00:04:14 +03:00 committed by GitHub
parent 3c051d7a15
commit 47e2cbb5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,6 @@ python3 scripts/update-curated.py
git config --global user.name 'Gradience Team'
git config --global user.email 'AdwCustomizerTeam@proton.me'
git add presets.json
git add official.json curated.json
git commit -m "ci: Generate preset list"
git push