Fix some CI issues

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-24 13:26:49 +02:00
parent 74f0319cce
commit 1ca9efda29
6 changed files with 24 additions and 21 deletions

View File

@@ -87,5 +87,5 @@ jobs:
git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org"
git add --all
git commit --amend || exit 0
git push --force
git commit -sm "Commit bumped App Version" || exit 0
git push