Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 9e1a2fe

Browse files
authored
GitHub (workflows): don't upload Crowdin translations
1 parent 2f9169b commit 9e1a2fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/crowdin.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- name: crowdin action
2121
uses: crowdin/[email protected]
2222
with:
23-
upload_translations: true
23+
upload_sources: true
24+
upload_translations: false
25+
push_translations: false
2426
download_translations: false
2527
source: 'resources/lang/en.json'
2628
translation: 'resources/lang/%two_letters_code%.json'

0 commit comments

Comments
 (0)