From 6285ad5f1fbc23183f42a5f6dcbed2f227017d69 Mon Sep 17 00:00:00 2001 From: "ruggero.corsaletti" Date: Mon, 21 Oct 2024 15:34:32 +0200 Subject: [PATCH] AAE-24008 Fix push to crowdin job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89b75b59b1..ac63394de82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: name: Push translations keys to Crowdin if: ${{ github.ref == 'refs/heads/develop' }} runs-on: ubuntu-latest - needs: [ initialization, build ] + needs: [setup] permissions: contents: read packages: read