From bc293c2f83b94e6000905242159d476691cc5a2d Mon Sep 17 00:00:00 2001 From: richardo2016x Date: Mon, 13 May 2024 19:50:46 +0800 Subject: [PATCH] ci: skip sentry sourcemap upload temporarily. --- .github/workflows/ios_release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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;