Skip to content

Commit

Permalink
AAE-24008 Fix push to crowdin job (#10317)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCorsaletti authored Oct 21, 2024
1 parent 8ebb8d1 commit 0ee1669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ee1669

Please sign in to comment.