Skip to content

Commit 59057d3

Browse files
Merge pull request #139 from Palbahngmiyine/codex/release-please-branch-fix-master
[codex] fix(ci): use release-please component branch names
2 parents ca32d79 + 22047d3 commit 59057d3

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)