Skip to content

Commit ed53f0e

Browse files
Check hub version
1 parent ef74efd commit ed53f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
COCOAPODS_VERSION: '1.12.1'
6969
run: |
7070
gem install cocoapods -v $COCOAPODS_VERSION
71-
brew install hub
7271
Scripts/run_prep.sh
7372
- name: Check prepare for release failure
7473
if: steps.prepare_for_release.conclusion == 'failure'
@@ -92,5 +91,4 @@ jobs:
9291
COCOAPODS_VERSION: '1.12.1'
9392
run: |
9493
gem install cocoapods -v $COCOAPODS_VERSION
95-
brew install hub
9694
Scripts/run_release.sh

Scripts/run_prep.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ END
9797
}
9898
git push -f https://${GITHUB_TOKEN}@github.com/${REPO_SLUG} ${AUTOBRANCH}
9999

100+
# Check hub installation
101+
hub version
100102
PR_URL=$(hub pull-request -b ${BRANCH} -h ${AUTOBRANCH} -m "${MESSAGE}")
101103
echo -e "${COLOR_CYAN}ATTENTION:${COLOR_RESET} review and merge ${COLOR_CYAN}${PR_URL}${COLOR_RESET}"
102104
echo "then to release to cocoapods use Git action's Trigger build with the following payload:"

0 commit comments

Comments
 (0)