Skip to content

Commit

Permalink
[chore] attempt to apply gh workaround (#12134)
Browse files Browse the repository at this point in the history
This following the workaround suggested in
cli/cli#6485

Fixes
#12129

---------

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Jan 20, 2025
1 parent 52d1414 commit 42b83a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ if [ "${CANDIDATE_BETA}" != "" ]; then
COMMANDS+="
- make prepare-release PREVIOUS_VERSION=${CURRENT_BETA_ESCAPED} RELEASE_CANDIDATE=${CANDIDATE_BETA} MODSET=beta"
fi
git push origin "${BRANCH}"
git push --set-upstream origin "${BRANCH}"

# Use OpenTelemetryBot account to create PR, allowing workflows to run
# The title must match the checks in check-merge-freeze.yml
gh pr create --title "[chore] Prepare release ${RELEASE_VERSION}" --body "
gh pr create --head "$(git branch --show-current)" --title "[chore] Prepare release ${RELEASE_VERSION}" --body "
The following commands were run to prepare this release:
${COMMANDS}
"

0 comments on commit 42b83a7

Please sign in to comment.