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