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
39
39
COMMANDS+="
40
40
- make prepare-release PREVIOUS_VERSION=${CURRENT_BETA_ESCAPED} RELEASE_CANDIDATE=${CANDIDATE_BETA} MODSET=beta"
41
41
fi
42
- git push origin " ${BRANCH} "
42
+ git push --set-upstream origin " ${BRANCH} "
43
43
44
44
# Use OpenTelemetryBot account to create PR, allowing workflows to run
45
45
# 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 "
47
47
The following commands were run to prepare this release:
48
48
${COMMANDS}
49
49
"
You can’t perform that action at this time.
0 commit comments