From 8c309fe2cc4c0b4a08209e57d7488dc455061637 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Tue, 29 Oct 2024 17:33:39 +0100 Subject: [PATCH 1/2] fix(github-page): Fixing main branch to pull & forcing to add .tgz --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da5d213..73ce11c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,10 +47,11 @@ jobs: if: env.has_release_label == 'true' run: | git checkout gh-pages - git pull origin gh-pages --rebase + git pull origin main --rebase helm package . --destination charts/ helm repo index . --url https://getlago.github.io/charts git add . + git add charts/ git commit -m "Update Helm repo index after release" git push origin gh-pages From 4511e22e3721d742d193533d8133a9a1ac589605 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Tue, 29 Oct 2024 17:36:10 +0100 Subject: [PATCH 2/2] fix(github-page): removing gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ed7a44..90001b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ Chart.lock -charts/*.tgz