From 442c1fabd0d279c74c2764899aa25c4f55e897f7 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 2 Apr 2022 10:19:14 +0200 Subject: [PATCH] Update charts-release.yaml --- .github/workflows/charts-release.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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