Skip to content

Commit

Permalink
Merge pull request #1304 from andrew-bierman/fix/ios-submission
Browse files Browse the repository at this point in the history
Fix/ios submission
  • Loading branch information
mikib0 authored Oct 14, 2024
2 parents 8da4c57 + 69a673d commit 7577747
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/eas-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
uses: ./.github/actions/setup-eas
with:
expo-token: ${{ secrets.EXPO_TOKEN }}

- name: Inject `ascAppId` into `eas.json`
shell: bash
working-directory: ${{ github.workspace }}/apps/expo
run: echo "$(jq '.submit.production.ios.ascAppId = "${{ secrets.ASC_APP_ID }}"' eas.json)" > eas.json

- name: Build on EAS
working-directory: ./apps/expo
Expand Down

0 comments on commit 7577747

Please sign in to comment.