Update release.yml
This commit is contained in:
parent
d6594e1270
commit
12f54e3ad4
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
|||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
run: pdm publish
|
run: pdm publish
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16.x
|
||||||
|
|
||||||
- run: npx changelogithub
|
- run: npx changelogithub
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user