Adding a git push.

remove_ansible
Dessalines 2021-10-12 12:39:44 -04:00
parent 458ff88010
commit 9030fa6016
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then
echo $new_tag > "VERSION"
git add "VERSION"
git commit -m"Updating VERSION"
git push
popd
fi