chore: fix ci
This commit is contained in:
@@ -58,6 +58,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: Map channel to branch
|
||||||
|
working-directory: mobile
|
||||||
|
run: eas channel:edit production --branch main --non-interactive
|
||||||
|
|
||||||
- name: Publish OTA update
|
- name: Publish OTA update
|
||||||
working-directory: mobile
|
working-directory: mobile
|
||||||
run: eas update --channel production --message "${{ github.event.head_commit.message }}" --non-interactive
|
run: eas update --channel production --message "${{ github.event.head_commit.message }}" --non-interactive
|
||||||
|
|||||||
Reference in New Issue
Block a user