diff --git a/.github/workflows/ios_release.yml b/.github/workflows/ios_release.yml index 224f91b53..bbbe10d8d 100644 --- a/.github/workflows/ios_release.yml +++ b/.github/workflows/ios_release.yml @@ -15,7 +15,7 @@ on: SENTRY_DISABLE_AUTO_UPLOAD: required: true type: boolean - default: false + default: true workflow_call: secrets: KEYCHAIN_PASS: @@ -62,14 +62,7 @@ jobs: # use specific version rather than 'latest-stable' if multiple Xcodes installed xcode-version: '15.3' - - name: Install dependencies - shell: bash - run: | - yarn --version; - cd ./apps/mobile; - yarn install; - - - name: Build app + - name: Install dependencies && Build app shell: bash run: | cd apps/mobile;