diff --git a/.github/workflows/wp-i18n.yml b/.github/workflows/wp-i18n.yml index 355aefdc..9deb96a7 100644 --- a/.github/workflows/wp-i18n.yml +++ b/.github/workflows/wp-i18n.yml @@ -90,7 +90,9 @@ jobs: - name: Rename language json files if: steps.changes.outcome == 'failure' shell: bash - run: composer run-script i18n-json-rename + run: | + composer run-script i18n-json + composer run-script i18n-json-rename - name: Commit updated language files if: steps.changes.outcome == 'failure' diff --git a/composer.json b/composer.json index e3e67d99..fc1ccc65 100644 --- a/composer.json +++ b/composer.json @@ -51,8 +51,7 @@ "i18n": [ "@i18n-pot", "@i18n-po", - "@i18n-mo", - "@i18n-json" + "@i18n-mo" ] }, "scripts-descriptions": { @@ -85,4 +84,3 @@ "wp-forge/wp-update-handler": "^1.0", "wp-forge/wp-upgrade-handler": "^1.0" } -} \ No newline at end of file