chore: update changelogithub

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-10-12 15:16:18 +08:00
parent 996113948a
commit 23fc4ad78a
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ jobs:
out/make/**/*.AppImage
out/make/**/*.yml
- run: npx @innei/changelogithub
- run: npx changelogithub
if: github.ref_type == 'tag' || github.event.inputs.tag_version != ''
continue-on-error: true
env:

View File

@ -1,4 +1,4 @@
export default {
tagFilter: (tag: string) => tag.startsWith("v") && !tag.includes("nightly"),
dry: true,
dry: !process.env.CI,
}