From 9ff8c664720a91064218a1c29f3c31407b2ffbb3 Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Thu, 30 Jan 2025 12:11:46 +0100 Subject: [PATCH] rename to create change --- .github/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index affa5ceb1b..8fba656351 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -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 }}