Skip to content

Commit

Permalink
ci: remove the release notes file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 8, 2024
1 parent 8750e64 commit 1cc4c4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gh_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: CHANGELOG.md
release_notes_file: RELEASE_NOTES.md

- name: 🖋️ Update Release Notes
uses: irongut/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
body: ${{ steps.extract-release-notes.outputs.release_notes }}
files: "RELEASE_NOTES.md"

0 comments on commit 1cc4c4b

Please sign in to comment.