Skip to content

Commit

Permalink
try json i18n steps one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 12, 2024
1 parent a406a20 commit da93b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"i18n": [
"@i18n-pot",
"@i18n-po",
"@i18n-mo",
"@i18n-json"
"@i18n-mo"
]
},
"scripts-descriptions": {
Expand Down Expand Up @@ -85,4 +84,3 @@
"wp-forge/wp-update-handler": "^1.0",
"wp-forge/wp-upgrade-handler": "^1.0"
}
}

0 comments on commit da93b83

Please sign in to comment.