Skip to content

Commit 69ff979

Browse files
authored
HEAD in RC PR should be new RC branch (#323)
1 parent d912711 commit 69ff979

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-candidate.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,8 @@ jobs:
9393
message: Bump version to ${{ env.SDK_RC_VERSION }}
9494

9595
- name: Open PR
96-
uses: repo-sync/pull-request@v2
97-
with:
98-
destination_branch: "main"
99-
pr_title: rc-${{ env.SDK_VERSION }}
100-
pr_body: This is an auto-generated PR to merge the rc branch back into main upon successful release.
96+
run: |
97+
gh pr create -t "rc-${{ env.SDK_VERSION }}" -b "This is an auto-generated PR to merge the RC branch back into main upon successful release" -B "main" -H "rc-${{ env.SDK_VERSION }}"
10198
10299
build:
103100
needs: prepare

0 commit comments

Comments
 (0)