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 }}