fix push not being executed in release script

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 20:54:14 +02:00
parent 88430c4b91
commit e48e57fa13

View File

@@ -53,6 +53,7 @@ jobs:
git config user.email "bot@truecharts.org"
git add --all
git commit -sm "Commit released Helm Chart and docs for TrueCharts" || exit 0
git push
- name: Commit and Push new App releases
run: |