[skip ci] Fix "update_i18n_languages" workflow package json script execution
This commit is contained in:
4
.github/workflows/update_i18n_languages.yml
vendored
4
.github/workflows/update_i18n_languages.yml
vendored
@@ -39,4 +39,6 @@ jobs:
|
|||||||
yarn ci
|
yarn ci
|
||||||
|
|
||||||
- name: Update i18n resources
|
- name: Update i18n resources
|
||||||
run: yarn i18n:gen-resources
|
run: |
|
||||||
|
cd master
|
||||||
|
yarn i18n:gen-resources
|
||||||
|
|||||||
Reference in New Issue
Block a user