chore: fix project id in pipeline
This commit is contained in:
@@ -62,6 +62,10 @@ jobs:
|
||||
jq '.expo.extra.eas.projectId = "${{ secrets.EXPO_PROJECT_ID_CLIENT }}"' app.json > app.tmp.json
|
||||
mv app.tmp.json app.json
|
||||
|
||||
- name: Debug app.json
|
||||
working-directory: mobile
|
||||
run: cat app.json
|
||||
|
||||
- name: Build production APK
|
||||
working-directory: mobile
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user