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 8282 COCOAPODS_VERSION : ' 1.12.1'
8383 run : |
8484 gem install cocoapods -v $COCOAPODS_VERSION
85- whereis hub
8685 Scripts/run_prep.sh
8786 - name : Check prepare for release failure
8887 if : steps.prepare_for_release.conclusion == 'failure'
@@ -120,5 +119,4 @@ jobs:
120119 COCOAPODS_VERSION : ' 1.12.1'
121120 run : |
122121 gem install cocoapods -v $COCOAPODS_VERSION
123- whereis hub
124122 Scripts/run_release.sh
Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ function do_stuff {
6868}
6969
7070function push_changes {
71- pwd
72- hub version
73- whereis hub
71+
7472
7573 git config user.email " optibot@users.noreply.github.com"
7674 git config user.name " ${GITHUB_USER} "
10199 }
102100 git push -f https://${GITHUB_TOKEN} @github.com/${REPO_SLUG} ${AUTOBRANCH}
103101
102+ pwd
103+ hub version
104+ pwd
104105 PR_URL=$( hub pull-request -b ${BRANCH} -h ${AUTOBRANCH} -m " ${MESSAGE} " )
105106 echo -e " ${COLOR_CYAN} ATTENTION:${COLOR_RESET} review and merge ${COLOR_CYAN}${PR_URL}${COLOR_RESET} "
106107 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