From bee89d367ca219f1ba92a64223c18525a7690776 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 17 Sep 2022 15:18:55 +0200 Subject: [PATCH] Adjust Github Action locale export step --- .github/workflows/retrospring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 5126ac3d..d0147b68 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -61,7 +61,7 @@ jobs: npm i -g yarn yarn install --frozen-lockfile - name: Export i18n JS files - run: bundle exec rails i18n:js:export + run: bundle exec i18n export - name: Compile assets run: bundle exec rake assets:precompile