Skip to content

Commit

Permalink
Merge pull request #22663 from SDawley/22646
Browse files Browse the repository at this point in the history
Fix: 22646, replace hub with gh
  • Loading branch information
SDawley authored Nov 8, 2023
2 parents 018710d + 74ad257 commit 547bd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bump_version () {
git pull origin "${PR_BRANCH}"
git push origin "${PR_BRANCH}"
lastCommitComment="$(git log -1 --pretty=%B)"
hub pull-request -f -m "${lastCommitComment}" -b "${BUMP_BRANCH}" -h "${PR_BRANCH}"
gh pr create -f -B "${BUMP_BRANCH}" -H "${PR_BRANCH}"
fi
set -e
git checkout "${CURRENT_BRANCH}"
Expand Down

0 comments on commit 547bd5c

Please sign in to comment.