From d2303944a82ee37655c4dfbc40a614a66296c4cc Mon Sep 17 00:00:00 2001 From: lovegaoshi <106490582+lovegaoshi@users.noreply.github.com> Date: Mon, 20 May 2024 12:27:57 -0700 Subject: [PATCH] Update ios-weekly.yml --- .github/workflows/ios-weekly.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ios-weekly.yml b/.github/workflows/ios-weekly.yml index a535ca8af..bca36d588 100644 --- a/.github/workflows/ios-weekly.yml +++ b/.github/workflows/ios-weekly.yml @@ -68,13 +68,12 @@ jobs: with: node-version: '20' - - uses: Wandalen/wretry.action@master - with: - action: threeal/setup-yarn-action@v2.0.0 - attemp_limit: 10 + - name: Setup Yarn + uses: threeal/setup-yarn-action@v2.0.0 - name: 'Create env file' run: | + sudo xcode-select -s "/Applications/Xcode_15.3.app" echo "${{ secrets.ENV_FILE }}" > .env echo "APPSTORE=true" >> .env echo "${{ secrets.SENTRY_PROPERTIES }}" > ./ios/sentry.properties