diff --git a/.github/workflows/extract-translations.yml b/.github/workflows/extract-translations.yml index 116598b4c..ca577455a 100644 --- a/.github/workflows/extract-translations.yml +++ b/.github/workflows/extract-translations.yml @@ -35,6 +35,7 @@ jobs: run: | /bin/bash -eux ./scripts/extractCatalogue.sh rm catalog/autoupgrade/translations/ModulesAutoupgradeAdmin.en.xlf + ls -la catalog/autoupgrade/translations/en-US/ mv catalog/autoupgrade/translations/en-US/messages.en-US.xlf catalog/autoupgrade/translations/ModulesAutoupgradeAdmin.en.xlf rmdir catalog/autoupgrade/translations/en-US /bin/bash -eux ./scripts/pushAndCreatePullRequest.sh