From e48e57fa1323b7aafc0c9814d0eccf086bb375a1 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 7 Sep 2021 20:54:14 +0200 Subject: [PATCH] fix push not being executed in release script --- .github/workflows/apps.release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index a981dc52e4d..9ab15eb5845 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -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: |