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
|
jq '.expo.extra.eas.projectId = "${{ secrets.EXPO_PROJECT_ID_CLIENT }}"' app.json > app.tmp.json
|
||||||
mv app.tmp.json app.json
|
mv app.tmp.json app.json
|
||||||
|
|
||||||
|
- name: Debug app.json
|
||||||
|
working-directory: mobile
|
||||||
|
run: cat app.json
|
||||||
|
|
||||||
- name: Build production APK
|
- name: Build production APK
|
||||||
working-directory: mobile
|
working-directory: mobile
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user