File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ if [ "${CANDIDATE_BETA}" != "" ]; then
3939 COMMANDS+="
4040- make prepare-release PREVIOUS_VERSION=${CURRENT_BETA_ESCAPED} RELEASE_CANDIDATE=${CANDIDATE_BETA} MODSET=beta"
4141fi
42- git push origin " ${BRANCH} "
42+ git push --set-upstream origin " ${BRANCH} "
4343
4444# Use OpenTelemetryBot account to create PR, allowing workflows to run
4545# The title must match the checks in check-merge-freeze.yml
46- gh pr create --title " [chore] Prepare release ${RELEASE_VERSION} " --body "
46+ gh pr create --head " $( git branch --show-current ) " -- title " [chore] Prepare release ${RELEASE_VERSION} " --body "
4747The following commands were run to prepare this release:
4848${COMMANDS}
4949"
You can’t perform that action at this time.
0 commit comments