Skip to content

Commit

Permalink
Removing unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Jan 29, 2025
1 parent 3a5363e commit 2495603
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 2495603

Please sign in to comment.