Skip to content

Commit

Permalink
add hub
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Dec 6, 2023
1 parent 6a47839 commit ef74efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
COCOAPODS_VERSION: '1.12.1'
run: |
gem install cocoapods -v $COCOAPODS_VERSION
brew install hub
Scripts/run_prep.sh
- name: Check prepare for release failure
if: steps.prepare_for_release.conclusion == 'failure'
Expand All @@ -91,4 +92,5 @@ jobs:
COCOAPODS_VERSION: '1.12.1'
run: |
gem install cocoapods -v $COCOAPODS_VERSION
brew install hub
Scripts/run_release.sh

0 comments on commit ef74efd

Please sign in to comment.