Skip to content

Commit fe2b6c1

Browse files
authored
Update release.yml
1 parent 810ad6b commit fe2b6c1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,3 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@master
3434
with:
3535
password: ${{ secrets.PYPI_PASSWORD }}
36-
changelog:
37-
name: Update changelog
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v2
41-
with:
42-
ref: master
43-
- uses: rhysd/changelog-from-release/action@v2
44-
with:
45-
file: CHANGELOG.md
46-
github_token: ${{ secrets.GITHUB_TOKEN }}
47-

0 commit comments

Comments
 (0)