From 99d043f2eee6ff231e158dc12b3ec4ad90535367 Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Wed, 3 Jan 2024 02:55:09 +0200 Subject: [PATCH] fix chart releases (#79) Signed-off-by: galal-hussein --- ops/index-chart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/index-chart b/ops/index-chart index c9dc1d02..58d79646 100755 --- a/ops/index-chart +++ b/ops/index-chart @@ -28,4 +28,4 @@ git config --global url.https://${GITHUB_TOKEN}@github.com/.insteadOf https://gi # push index.yaml to gh-pages git add index.yaml git commit -m "add chart-${CHART_TAG} to index.yaml" -git push --set-upstream origin HEAD:gh-pages +git push --force --set-upstream origin HEAD:gh-pages