Make sure all changed files are committed

This commit is contained in:
Erwan MATHIEU 2024-06-06 10:08:11 +02:00
parent 9a969299c2
commit 3568538d2d

View File

@ -59,6 +59,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5.0.1 uses: stefanzweifel/git-auto-commit-action@v5.0.1
with: with:
commit_message: Set conan package version ${{ needs.parse-version.outputs.package_version }} commit_message: Set conan package version ${{ needs.parse-version.outputs.package_version }}
file_pattern: conandata.yml
branch: ${{ needs.parse-version.outputs.branch_name }} branch: ${{ needs.parse-version.outputs.branch_name }}
create_branch: true create_branch: true