Skip to content

Commit 7aa7a3c

Browse files
committed
Include changelog in GitHub releases
1 parent 421c8bd commit 7aa7a3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-github-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Release
12-
uses: softprops/action-gh-release@v1
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
uses: softprops/action-gh-release@v2
13+
with:
14+
body_path: CHANGELOG.md

0 commit comments

Comments
 (0)