From 1863c8224447955d0ce3bc5222ee34bc3981a463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raymond=20Aug=C3=A9?= <raymond.auge@liferay.com> Date: Mon, 27 Jan 2025 09:05:04 -0500 Subject: [PATCH] add all new/modified to the git commit --- .github/scripts/publish_helm_index.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/publish_helm_index.sh b/.github/scripts/publish_helm_index.sh index e25e77d..ea1ade1 100755 --- a/.github/scripts/publish_helm_index.sh +++ b/.github/scripts/publish_helm_index.sh @@ -22,6 +22,7 @@ find . -name "*.md" -exec rm -f '{}' \; mkdir ./docs 2>/dev/null cp -R ${SOURCE_DIR}/docs/* ./docs cp -R ${SOURCE_DIR}/README.md . +git add --all # Diff for observability echo "=== Start of Diff ==="