Skip to content

Commit

Permalink
using release_body
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Jan 29, 2025
1 parent 084a8c9 commit 3a5363e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PR_DESCRIPTION=$(jq --raw-output .body <<< "$CURL_OUTPUT")
echo "PR Description: $PR_DESCRIPTION"
echo "$PR_DESCRIPTION" >> "${{ github.workspace }}/release_notes.md"
echo "$PR_DESCRIPTION" >> "${{ github.workspace }}/release_body.md"
- name: Release Info
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Draft Release
uses: softprops/action-gh-release@v2
with:
body_path: "${{ github.workspace }}/release_notes.md"
body_path: "${{ github.workspace }}/release_body.md"
draft: true
target_commitish: ${{ env.MERGE_COMMIT_SHA }}
tag_name: ${{ env.VERSION_NUMBER }}
Expand Down

0 comments on commit 3a5363e

Please sign in to comment.