chore: update build workflow to use git commit -am

This commit is contained in:
Ivan K
2025-02-17 18:49:29 +03:00
parent 516063310a
commit 80ab7caee9

View File

@@ -45,7 +45,7 @@ jobs:
# Add and commit the modified install script
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Change install script for version ${VERSION}"
git commit -am "Change install script for version ${VERSION}"
git push origin "refs/tags/v${VERSION}"
- name: Remove Docker container