From 967946cb91d3a7cbb1784ec0b2fd90b1548a1185 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DONNETTE Date: Wed, 30 Oct 2024 10:01:57 +0100 Subject: [PATCH] fix(release-gha): Fixing git commands --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 162ed27..4f48b45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,7 @@ jobs: git add . git commit -m "Update Helm repo index after release" git pull --rebase + git status git push origin gh-pages - name: Extract version from Chart.yaml