]> Untitled Git - lemmy-ui.git/blobdiff - update_translations.sh
WIP:Aadd drone ci config
[lemmy-ui.git] / update_translations.sh
index 99fb6479d12f5a821b9efc043c6117c12970b068..cb19834b617fd761d498d6860b97d6fe3416ce22 100755 (executable)
@@ -2,7 +2,9 @@
 pushd ../lemmy-translations
 git fetch weblate
 git merge weblate/main
+git push
 popd
 git submodule update --remote
 git add lemmy-translations
 git commit -m"Updating translations."
+git push