Skip to content

Commit b6594e1

Browse files
committed
Merge branch 'main' into develop
2 parents 7cbe505 + 4f9313f commit b6594e1

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)