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 6193c57 commit ee72112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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" >> $GITHUB_OUTPUT
echo "merged_prs=$merged_prs" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ee72112

Please sign in to comment.