Skip to content

Commit

Permalink
ci(crowdin): upload sources only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie authored Nov 29, 2022
1 parent 3c3ebe7 commit c5ba6a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
uses: crowdin/github-action@1.5.0
with:
config: crowdin.yml
upload_translations: true
upload_sources: true
upload_translations: false
download_translations: true
push_translations: true
create_pull_request: false
Expand All @@ -42,4 +43,4 @@ jobs:
# git checkout flutter
# git add *
# git merge i18n_flutter
# git push
# git push

0 comments on commit c5ba6a2

Please sign in to comment.