From 5eb3d93afacbf1c9a247ec64810b77187e986ceb Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sat, 12 Jul 2025 01:30:49 +0200 Subject: [PATCH] [skip ci] Fix "update_i18n_languages" workflow package json script execution --- .github/workflows/update_i18n_languages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_i18n_languages.yml b/.github/workflows/update_i18n_languages.yml index 83732906..340ea0d2 100644 --- a/.github/workflows/update_i18n_languages.yml +++ b/.github/workflows/update_i18n_languages.yml @@ -39,4 +39,6 @@ jobs: yarn ci - name: Update i18n resources - run: yarn i18n:gen-resources + run: | + cd master + yarn i18n:gen-resources