From a8954f153be167d2a5b69b48b333857a30467b39 Mon Sep 17 00:00:00 2001 From: shrunyan Date: Tue, 26 Mar 2024 19:27:11 -0700 Subject: [PATCH] fix: stable release pr head branch --- .github/workflows/cd-beta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-beta.yaml b/.github/workflows/cd-beta.yaml index c7a80376b7..4985cced7a 100644 --- a/.github/workflows/cd-beta.yaml +++ b/.github/workflows/cd-beta.yaml @@ -101,6 +101,6 @@ jobs: - name: Create Stable Release if: "!steps.check.outputs.skip" - run: gh pr create -B stable -H dev --title 'Stable Release' --body 'Created by Github action' + run: gh pr create -B stable -H beta --title 'Stable Release' --body 'Created by Github action' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}