Remove changelog step from release workflow [skip ci]
This commit is contained in:
parent
a04266df54
commit
f26d35070e
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -32,10 +32,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: 'bin/*'
|
files: 'bin/*'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
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"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user