From a479745483ff4a001f82da41ebf6577b47fc0cab Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Wed, 12 Apr 2023 17:39:55 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74ae5b0c1..1e9a5ae49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: - name: build run: pnpm build - name: generate website translations - run: pnpm write-translations --filter ...@verdaccio/website + run: pnpm --filter ...@verdaccio/website write-translations - name: sync env: CROWDIN_VERDACCIO_API_KEY: ${{ secrets.CROWDIN_VERDACCIO_API_KEY }}