diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 07aaeebb3df..fa7d77c2441 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -177,8 +177,7 @@ jobs: git config user.email "bot@truecharts.org" git add --all git commit -sm "Commit new App releases for TrueCharts" || exit 0 - ## TODO: actually push the content - # git push + git push cd - rm -rf catalog @@ -191,8 +190,7 @@ jobs: git config user.email "bot@truecharts.org" git add --all git commit -sm "Commit new App releases for TrueCharts" || exit 0 - ## TODO: actually push the content - # git push + git push cd - rm -rf dh_catalog