[GHA] TEST Commit & Deploy

Ref: #419
This commit is contained in:
Mitchell Krog 2021-07-05 12:58:22 +02:00
parent 86cfc1d316
commit 606872502d
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -92,7 +92,7 @@ commitBuildChanges () {
git config --global user.name "mitchellkrogza" git config --global user.name "mitchellkrogza"
git config --global user.email "mitchellkrog@gmail.com" git config --global user.email "mitchellkrog@gmail.com"
git add -A git add -A
git commit -m "${latestbuild}" git commit -m "${latestbuild} [ci skip]"
git push git push
} }
@ -116,8 +116,8 @@ printf "\n\n"
# ------------- # -------------
releaseNewVersion releaseNewVersion
#commitBuildChanges commitBuildChanges
#deployPackage deployPackage
# ---------------------- # ----------------------