mirror of
https://github.com/lepture/captcha.git
synced 2026-03-13 09:43:22 +08:00
chore: fix release pypi action
This commit is contained in:
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
publish:
|
||||
environment:
|
||||
name: pypi-release
|
||||
url: https://pypi.org/project/joserfc/
|
||||
url: https://pypi.org/project/captcha/
|
||||
permissions:
|
||||
id-token: write
|
||||
name: release to pypi
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
- run: npx changelogithub --no-group
|
||||
continue-on-error: true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user