From 0b3276fa8ed024ff8c647c28066c48f2e2a2e844 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 14:05:04 -0800 Subject: [PATCH] no commit --- .github/workflows/superset-helm-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 59c5048e967..2f2d56a2883 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -63,9 +63,8 @@ jobs: # Check out and reset the target branch based on gh-pages git checkout -B ${{ env.branch_name }} origin/gh-pages - # Apply changes - git add . - git commit -m "Release Helm charts" || echo "No changes to commit" + # Remove submodules from the branch + git submodule deinit -f --all # Force push to the remote branch git push origin ${{ env.branch_name }} --force