Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
suba327777 committed May 24, 2024
1 parent a174f17 commit 6f19584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Create PR to release branch
run: |
PR_EXISTS=$(gh pr list --head main --base release --state open --json number --jq '.[].number')
merged_prs="${{ steps.merged_prs.outputs.merged_prs }}"
pr_body="The following PRs were merged since the last release:\n$merged_prs\n"
merged_prs=${{ steps.merged_prs.outputs.merged_prs }}
pr_body=$merged_prs"
if [ -z "$PR_EXISTS" ]; then
gh pr create --title "Merge main into release" --body "$pr_body" --base release --head main
Expand Down

0 comments on commit 6f19584

Please sign in to comment.