From 8f9402c184eb1216facd2965bedd648b9eb3d755 Mon Sep 17 00:00:00 2001 From: Igor Litvinenko Date: Tue, 9 Jan 2024 14:04:24 +0200 Subject: [PATCH] disable building separate xcode-15 branch --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6b5506b4..9d2c4b85c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -195,14 +195,10 @@ jobs: asset_path: ./buildXcode15/Airship.xcframeworks.zip asset_name: Airship-Xcode15.xcframeworks.zip asset_content_type: application/zip - - name: Update prebuilt Xcode 14 repo + - name: Update prebuilt env: GITHUB_TOKEN: ${{ secrets.IOS_DEPLOY_PREBUILT_PAT }} run: gh --repo urbanairship/ios-library-prebuilt workflow run release.yml - - name: Update prebuilt Xcode 15 repo - env: - GITHUB_TOKEN: ${{ secrets.IOS_DEPLOY_PREBUILT_PAT }} - run: gh --repo urbanairship/ios-library-prebuilt --ref xcode-15 workflow run release.yml - name: Slack Notification uses: homoluctus/slatify@master if: always()