We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca32d79 + 22047d3 commit 59057d3Copy full SHA for 59057d3
1 file changed
.github/workflows/release-please.yml
@@ -72,7 +72,7 @@ jobs:
72
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
REPO: ${{ github.repository }}
74
run: |
75
- SHA=$(gh pr list --repo "$REPO" --head release-please--branches--master --state open --json headRefOid --jq '.[0].headRefOid // empty')
+ SHA=$(gh pr list --repo "$REPO" --head release-please--branches--master--components--solapi --state open --json headRefOid --jq '.[0].headRefOid // empty')
76
echo "sha=${SHA:-}" >> "$GITHUB_OUTPUT"
77
78
test-release-pr:
0 commit comments