diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69f0bcaad..a6bfd93d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,15 @@ jobs: yq -iP '.version = strenv(REL_VERSION)' backend/package.json -o json yq -iP '.version = strenv(REL_VERSION)' frontend/package.json -o json + - name: Upload translations source file + uses: crowdin/github-action@v2 + env: + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + CROWDIN_BASE_PATH: ${{ githug.workspace }} + with: + command: 'upload' + command_args: '--config dev/crowdin.yml' + - name: Build Assets working-directory: frontend run: | @@ -83,11 +92,4 @@ jobs: name: build path: wiki-js.tar.gz - - name: Upload translations source file - uses: crowdin/github-action@v2 - env: - CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} - with: - command: 'upload' - command_args: '--config dev/crowdin.yml'