From e97601ad9cbc512cd87cde03f62090f901527b23 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 26 Oct 2022 00:55:46 -0700 Subject: [PATCH] Disable env set --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbe7402..254fa1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,8 @@ jobs: APPLE_API_KEY_DATA: ${{ secrets.APPLE_API_KEY_DATA }} APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_14.1.app + # - name: Set Environment + # run: sudo xcrun xcode-select -s /Applications/Xcode_14.1.app - name: Update Build Number env: TAG_NAME: ${{ github.ref }}