Skip to content

Commit

Permalink
Removing unneeded code (#1987)
Browse files Browse the repository at this point in the history
# πŸ‘‹
  • Loading branch information
goergisn authored Jan 29, 2025
2 parents 20992c4 + 2495603 commit fcea1fd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fcea1fd

Please sign in to comment.