We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4084dbb commit 810ad6bCopy full SHA for 810ad6b
.github/workflows/release.yml
@@ -33,8 +33,15 @@ jobs:
33
uses: pypa/gh-action-pypi-publish@master
34
with:
35
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
-
+ changelog:
+ name: Update changelog
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
41
+ with:
42
+ ref: master
43
+ - uses: rhysd/changelog-from-release/action@v2
44
45
+ file: CHANGELOG.md
46
+ github_token: ${{ secrets.GITHUB_TOKEN }}
47
+
0 commit comments