Skip to content

Commit

Permalink
[chore] apply gh client fix (#37354)
Browse files Browse the repository at this point in the history
This is the same as was done in core in
open-telemetry/opentelemetry-collector#12134

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Jan 20, 2025
1 parent 5a2f03a commit 8f0c3e9
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 @@ -62,9 +62,9 @@ git add .
git commit -m "make gotidy changes ${CANDIDATE_BETA}" || (echo "no gotidy changes to commit")
make otelcontribcol

git push origin "${BRANCH}"
git push --set-upstream origin "${BRANCH}"

gh pr create --title "[chore] Prepare release ${CANDIDATE_BETA}" --body "
gh pr create --head "$(git branch --show-current)" --title "[chore] Prepare release ${CANDIDATE_BETA}" --body "
The following commands were run to prepare this release:
- make chlog-update VERSION=v${CANDIDATE_BETA}
- sed -i.bak s/${CURRENT_BETA_ESCAPED}/${CANDIDATE_BETA}/g versions.yaml
Expand Down

0 comments on commit 8f0c3e9

Please sign in to comment.