Skip to content

Commit 22047d3

Browse files
fix(ci): use release-please component branch names
1 parent ca32d79 commit 22047d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
REPO: ${{ github.repository }}
7474
run: |
75-
SHA=$(gh pr list --repo "$REPO" --head release-please--branches--master --state open --json headRefOid --jq '.[0].headRefOid // empty')
75+
SHA=$(gh pr list --repo "$REPO" --head release-please--branches--master--components--solapi --state open --json headRefOid --jq '.[0].headRefOid // empty')
7676
echo "sha=${SHA:-}" >> "$GITHUB_OUTPUT"
7777
7878
test-release-pr:

0 commit comments

Comments
 (0)