Skip to content

Commit

Permalink
rename to create change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Jan 30, 2025
1 parent d0d018f commit 9ff8c66
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 @@ -47,12 +47,12 @@ jobs:
PR_DESCRIPTION=$(jq --raw-output .body <<< "$CURL_OUTPUT")
echo "PR Description: $PR_DESCRIPTION"
echo "$PR_DESCRIPTION" >> "${{ github.workspace }}/release_body.md"
echo "$PR_DESCRIPTION" >> "${{ github.workspace }}/release_content.md"
- name: Drafting Release
uses: softprops/action-gh-release@v2
with:
body_path: "${{ github.workspace }}/release_body.md"
body_path: "${{ github.workspace }}/release_content.md"
draft: true
target_commitish: ${{ env.MERGE_COMMIT_SHA }}
tag_name: ${{ env.VERSION_NUMBER }}
Expand Down

0 comments on commit 9ff8c66

Please sign in to comment.