workflow: fix syntax error
This commit is contained in:
parent
63190509c7
commit
6b377ac49b
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
|
@ -3,7 +3,7 @@ name: Changelog
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- [0-9]+.[0-9]+.[0-9]+
|
||||
- '*.*.*'
|
||||
|
||||
jobs:
|
||||
generate_changelog:
|
||||
|
|
Loading…
Reference in a new issue