Remove changelog step from release workflow [skip ci]

This commit is contained in:
embeddedt 2026-01-22 20:01:26 -05:00
parent a04266df54
commit f26d35070e
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -32,10 +32,3 @@ jobs:
with:
files: 'bin/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add changelog to release
uses: irongut/EditRelease@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
replacebody: true
files: "CHANGELOG.md"