ci: Don't include Slang's analyser generated file

This commit is contained in:
validcube 2024-07-30 00:17:29 +07:00
parent cf708de005
commit 6da3751a8a
No known key found for this signature in database
GPG Key ID: DBA94253E1D3F267

View File

@ -67,6 +67,6 @@ jobs:
git config user.name revanced-bot
git config user.email github@revanced.app
sudo chown -R $USER:$USER .git
git add assets/i18n/*.json
git add assets/i18n/strings.*.json
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.json
git push origin HEAD:feat/translations