summaryrefslogtreecommitdiff
path: root/.github/workflows/translations.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/translations.yml')
-rw-r--r--.github/workflows/translations.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index fbb7b409..e7f27f9b 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -57,8 +57,7 @@ jobs:
# files when a new translation string is added but we don't need to
# commit those until folks actually translate the new strings.
if git diff translations | grep -qE '^[-+]msgstr ".+"$'; then
- make electron/src/renderer/assets/translations.json
- git add translations electron/src/renderer/assets/translations.json
+ git add translations
git commit -m "new translations from Crowdin"
git push https://github.com/inkstitch/inkstitch main
fi