Update release.yml

This commit is contained in:
涵曦 2024-09-04 06:56:38 +08:00 committed by GitHub
parent 8e5df7094c
commit 58ffb93d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,14 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/
node-version: lts/*
- run: npx changelogithub
continue-on-error: true