diff --git a/release.yaml b/release.yaml index 8076a0dd..2393e9fb 100644 --- a/release.yaml +++ b/release.yaml @@ -278,13 +278,11 @@ promoteToPublic: - name: "github:pr" cmd: | set -eu - internal_branch="promote/release-{{version}}-update-main" - # we need to fetch from origin just in case this branch doesn't exist locally, so that the PR can find the base - git fetch origin "${internal_branch}" + # Create PR to merge release updates into main branch gh pr create \ --fill \ --draft \ - --base "$internal_branch" \ + --base main \ --title "Update main: build {{version}}" \ --body "Test plan: automated release PR, CI will perform additional checks" echo "🚢 Please check the associated CI build to ensure the process completed".