From 2f9aff63c61a6b308082a8c34aafd83568d7547e Mon Sep 17 00:00:00 2001 From: Sasikanth Miriyampalli Date: Wed, 22 May 2024 08:48:00 +0530 Subject: [PATCH] Update `ios_prod_release` workflow --- .github/workflows/ios_prod_release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ios_prod_release.yml b/.github/workflows/ios_prod_release.yml index 81e878b03..fe3532171 100644 --- a/.github/workflows/ios_prod_release.yml +++ b/.github/workflows/ios_prod_release.yml @@ -14,6 +14,13 @@ jobs: TERM: dumb BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }} steps: + - uses: actions/checkout@v4 + + - name: Setup project + run: | + mkdir shared/build/compose/cocoapods/compose-resources; + ./gradlew generateDummyFramework; + - name: Configure Tramline id: tramline uses: tramlinehq/deploy-action@v0.1.6