You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-candidate.yml
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -93,11 +93,8 @@ jobs:
93
93
message: Bump version to ${{ env.SDK_RC_VERSION }}
94
94
95
95
- 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 }}"
0 commit comments