From 692923a59e1cd45ceec5e69e66028736e3b7f666 Mon Sep 17 00:00:00 2001 From: MichalKinas Date: Wed, 25 Feb 2026 12:52:11 +0100 Subject: [PATCH] Remove Crowdin from release workflow --- .github/workflows/release.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3447e3f754..4a617cbd98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,35 +143,6 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ./.github/actions/npm-check-bundle - push-translation-keys-to-crowdin: - name: Push translations keys to Crowdin - if: github.ref_name == 'develop' && github.event_name != 'workflow_dispatch' - runs-on: ubuntu-latest - needs: [setup] - permissions: - contents: read - packages: read - actions: read - steps: - - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - - name: Push Source Files to Crowdin - uses: crowdin/github-action@5587c43063e52090026857d386174d2599ad323b # v2.14.1 - with: - upload_sources: true - upload_sources_args: --delete-obsolete - env: - CROWDIN_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }} - - pull-translation-keys-from-crowdin: - needs: push-translation-keys-to-crowdin - name: Run Crowdin pull pipeline for up-to-date sync - uses: ./.github/workflows/pull-from-crowdin.yml - secrets: - BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - CROWDIN_TRANSLATIONS_TOKEN: ${{ secrets.CROWDIN_TRANSLATIONS_TOKEN }} - finalize: if: always() runs-on: ubuntu-latest