fix(ci): missing .changie.yaml in git added file to push changelog

This commit is contained in:
antoine 2025-03-16 16:19:04 +00:00
parent 97d6320399
commit 9321555169

View File

@ -36,4 +36,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "${{ vars.SKIP_CI_PREFIX }} Push updated changelog"
file_pattern: "\\.changes/* CHANGELOG.md"
file_pattern: "\\.changes/* CHANGELOG.md .changie.yaml"