Skip to content

Commit d9cbfb9

Browse files
committed
Address crowdin-cli 3.7.8 breaking change
And ensure it doesn't fail silently again the next time something like that happens crowdin/crowdin-cli#439
1 parent 96c977e commit d9cbfb9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/crowdin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"base_path": ".."
12
"preserve_hierarchy": true
23
"files": [
34
{

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: npm run-script build --no-progress
4040

4141
- name: Upload latest strings for translation on Crowdin
42-
continue-on-error: true
4342
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
4443
uses: crowdin/github-action@1.4.7
4544
with:

0 commit comments

Comments
 (0)