Skip to content

Commit

Permalink
fix: GHA Crowdin sync
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Nov 14, 2024
1 parent 2180bae commit b5db9b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: yarn

- name: Sync with crowdin
env:
BLOOM_CROWDIN_TOKEN: ${{ secrets.BLOOM_CROWDIN_TOKEN }}
run: |
if [ "${{ github.ref }}" = "refs/heads/master" ]; then
yarn strings:sync
Expand Down

0 comments on commit b5db9b4

Please sign in to comment.