Skip to content

Commit 352f8bb

Browse files
committed
Upload changelog to GitHub on release
1 parent f3a2ca7 commit 352f8bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@ jobs:
2727
uses: AButler/[email protected]
2828
with:
2929
files: 'bin/*'
30-
repo-token: ${{ secrets.GITHUB_TOKEN }}
30+
repo-token: ${{ secrets.GITHUB_TOKEN }}
31+
- name: Add changelog to release
32+
uses: irongut/[email protected]
33+
with:
34+
token: ${{ secrets.GITHUB_TOKEN }}
35+
id: ${{ github.event.release.id }}
36+
replacebody: true
37+
files: "CHANGELOG.md"

0 commit comments

Comments
 (0)