Skip to content

Commit 4f9313f

Browse files
authored
Update release.yml
1 parent d8085df commit 4f9313f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@master
3434
with:
3535
password: ${{ secrets.PYPI_PASSWORD }}
36+
- uses: rhysd/changelog-from-release/action@v2
37+
with:
38+
file: CHANGELOG.md
39+
github_token: ${{ secrets.GITHUB_TOKEN }}
40+

0 commit comments

Comments
 (0)