Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
suba327777 committed May 25, 2024
1 parent ee72112 commit eeb399d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: |
previous_tag=${{ steps.pre_tag.outputs.pre_tag }}
merged_prs=$(gh api --method POST /repos/{owner}/{repo}/releases/generate-notes -f "tag_name=tmp" -f "target_commitish=main" -f "previous_tag_name=$previous_tag" | jq -r .body)
echo "merged_prs=$merged_prs" >> $GITHUB_OUTPUT
echo "merged_prs<<EOF" >> $GITHUB_OUTPUT
echo "$merged_prs" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit eeb399d

Please sign in to comment.