From 17abba47abe611f495331c233fe329217dae2fe7 Mon Sep 17 00:00:00 2001 From: Subin Lee Date: Wed, 15 Apr 2026 13:06:06 +0900 Subject: [PATCH] fix(ci): use release-please component branch names --- .github/workflows/release-please-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please-beta.yml b/.github/workflows/release-please-beta.yml index c5fd4c20..d3e3adae 100644 --- a/.github/workflows/release-please-beta.yml +++ b/.github/workflows/release-please-beta.yml @@ -75,7 +75,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO: ${{ github.repository }} run: | - SHA=$(gh pr list --repo "$REPO" --head release-please--branches--beta --state open --json headRefOid --jq '.[0].headRefOid // empty') + SHA=$(gh pr list --repo "$REPO" --head release-please--branches--beta--components--solapi --state open --json headRefOid --jq '.[0].headRefOid // empty') echo "sha=${SHA:-}" >> "$GITHUB_OUTPUT" test-release-pr: