Skip to content

Commit

Permalink
disable building separate xcode-15 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Litvinenko committed Jan 9, 2024
1 parent 2f531c7 commit 8f9402c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8f9402c

Please sign in to comment.