From 80ab7caee9fcae6d6ffac7c159004d2a56d56ac1 Mon Sep 17 00:00:00 2001 From: Ivan K Date: Mon, 17 Feb 2025 18:49:29 +0300 Subject: [PATCH] chore: update build workflow to use git commit -am --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ce73c9..e4e58b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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