chore: fix ci

This commit is contained in:
2026-03-01 13:46:58 +01:00
parent 80391a2dc3
commit 99ff75a215
@@ -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