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: