diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35dbb7f..4b09f3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -128,6 +128,7 @@ jobs: echo 'Installing the Transifex CLI…' curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v1.6.13 echo 'Pushing the source strings…' + . ./.profile npx txjs-cli push ./src --token=${{ env.TRANSIFEX_TOKEN }} --secret=${{ env.TRANSIFEX_SECRET }} - name: Build and Deploy