Skip to content

Commit c99ea89

Browse files
committed
It helps to download the correct version of the crowdin translations...
1 parent 9feba2c commit c99ea89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crowdin-download-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
2828
run: |
29-
crowdin download --config .crowdin.yaml -b main
29+
crowdin download --config .crowdin.yaml -b "${GITHUB_REF##*/}"
3030
3131
- name: Add new translations
3232
run: |

0 commit comments

Comments
 (0)