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: |