From 24956033bec5f3591232a6654e8f8855473f77ce Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Wed, 29 Jan 2025 17:10:07 +0100 Subject: [PATCH] Removing unneeded code --- .github/workflows/create_release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 3bbe5e9775..fcbf33605b 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -48,14 +48,7 @@ jobs: echo "$PR_DESCRIPTION" >> "${{ github.workspace }}/release_body.md" - - name: Release Info - run: | - echo "Creating Release for Version: ${{ env.VERSION_NUMBER }}" - echo "Description:" - cat "${{ github.workspace }}/release_notes.md" - echo "The merge commit is: ${{ env.MERGE_COMMIT_SHA }}" - - - name: Draft Release + - name: Drafting Release uses: softprops/action-gh-release@v2 with: body_path: "${{ github.workspace }}/release_body.md"