Compile locale before build on CI, fix the google-services.json variable for android builds (#3001)
* compile intl before building, fix android json var * update intl:build
This commit is contained in:
@@ -60,6 +60,9 @@ jobs:
|
||||
# change unless the yarn version changes as well.
|
||||
key: ${{ runner.os }}-pods-${{ hashFiles('yarn.lock') }}
|
||||
|
||||
- name: 🔤 Compile translations
|
||||
run: yarn intl:build
|
||||
|
||||
- name: ✏️ Write environment variables
|
||||
run: |
|
||||
echo "${{ secrets.ENV_TOKEN }}" > .env
|
||||
|
||||
Reference in New Issue
Block a user