chore: Fix changelog
ci
This commit is contained in:
parent
3cec690a4b
commit
cdfeed7913
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.name forgejo-actions
|
git config user.name forgejo-actions
|
||||||
git config user.email forgejo-actions@noreply.localhost
|
git config user.email forgejo-actions@noreply.localhost
|
||||||
|
git config --unset-all extensions.worktreeconfig
|
||||||
git-cliff > CHANGELOG.md
|
git-cliff > CHANGELOG.md
|
||||||
if [[ $(git status | grep --extended-regexp '^\s+modified:\s+CHANGELOG.md$') ]]; then
|
if [[ $(git status | grep --extended-regexp '^\s+modified:\s+CHANGELOG.md$') ]]; then
|
||||||
git add CHANGELOG.md
|
git add CHANGELOG.md
|
||||||
|
|
Loading…
Reference in a new issue