File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
COCOAPODS_VERSION : ' 1.12.1'
69
69
run : |
70
70
gem install cocoapods -v $COCOAPODS_VERSION
71
- brew install hub
72
71
Scripts/run_prep.sh
73
72
- name : Check prepare for release failure
74
73
if : steps.prepare_for_release.conclusion == 'failure'
92
91
COCOAPODS_VERSION : ' 1.12.1'
93
92
run : |
94
93
gem install cocoapods -v $COCOAPODS_VERSION
95
- brew install hub
96
94
Scripts/run_release.sh
Original file line number Diff line number Diff line change 97
97
}
98
98
git push -f https://${GITHUB_TOKEN} @github.com/${REPO_SLUG} ${AUTOBRANCH}
99
99
100
+ # Check hub installation
101
+ hub version
100
102
PR_URL=$( hub pull-request -b ${BRANCH} -h ${AUTOBRANCH} -m " ${MESSAGE} " )
101
103
echo -e " ${COLOR_CYAN} ATTENTION:${COLOR_RESET} review and merge ${COLOR_CYAN}${PR_URL}${COLOR_RESET} "
102
104
echo " then to release to cocoapods use Git action's Trigger build with the following payload:"
You can’t perform that action at this time.
0 commit comments