diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1aae5a..3244d85 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,12 @@ jobs: - name: Install dependencies uses: pixl8/github-action-box-install@v2 + - name: Push to Translation Manager + if: "env.PUBLISH == 'true'" + uses: pixl8/github-action-push-to-translation-manager@v1 + with: + translations_api_key: ${{ secrets.TRANSLATIONS_API_KEY }} + - name: Generate release version number if: "env.PUBLISH == 'true'" id: versiongen