Skip to content

Commit ef9877d

Browse files
author
Pulak Bhowmick
committed
test
1 parent 0391073 commit ef9877d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
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

Scripts/run_prep.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ function do_stuff {
6868
}
6969

7070
function 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}"
@@ -101,6 +99,9 @@ END
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:"

0 commit comments

Comments
 (0)