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"