File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 82
82
COCOAPODS_VERSION : ' 1.12.1'
83
83
run : |
84
84
gem install cocoapods -v $COCOAPODS_VERSION
85
- whereis hub
86
85
Scripts/run_prep.sh
87
86
- name : Check prepare for release failure
88
87
if : steps.prepare_for_release.conclusion == 'failure'
@@ -120,5 +119,4 @@ jobs:
120
119
COCOAPODS_VERSION : ' 1.12.1'
121
120
run : |
122
121
gem install cocoapods -v $COCOAPODS_VERSION
123
- whereis hub
124
122
Scripts/run_release.sh
Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ function do_stuff {
68
68
}
69
69
70
70
function push_changes {
71
- pwd
72
- hub version
73
- whereis hub
71
+
74
72
75
73
git config user.email " optibot@users.noreply.github.com"
76
74
git config user.name " ${GITHUB_USER} "
101
99
}
102
100
git push -f https://${GITHUB_TOKEN} @github.com/${REPO_SLUG} ${AUTOBRANCH}
103
101
102
+ pwd
103
+ hub version
104
+ pwd
104
105
PR_URL=$( hub pull-request -b ${BRANCH} -h ${AUTOBRANCH} -m " ${MESSAGE} " )
105
106
echo -e " ${COLOR_CYAN} ATTENTION:${COLOR_RESET} review and merge ${COLOR_CYAN}${PR_URL}${COLOR_RESET} "
106
107
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