chore: update changelogithub
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
996113948a
commit
23fc4ad78a
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
export default {
|
||||
tagFilter: (tag: string) => tag.startsWith("v") && !tag.includes("nightly"),
|
||||
dry: true,
|
||||
dry: !process.env.CI,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue