mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 04:26:55 +03:00
chore: update build workflow to use git commit -am
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
# Add and commit the modified install script
|
# Add and commit the modified install script
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
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}"
|
git push origin "refs/tags/v${VERSION}"
|
||||||
|
|
||||||
- name: Remove Docker container
|
- name: Remove Docker container
|
||||||
|
|||||||
Reference in New Issue
Block a user