diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index c519b6851ff..13c1cc974a3 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -54,9 +54,9 @@ jobs: done - name: Commit and Push new App releases run: | + cd catalog git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" - cd catalog git add --all git commit -sm "Commit new App releases for TrueCharts" || exit 0 git push