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