diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index cabbfd1f87cac..abb25886d7e07 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -53,24 +53,9 @@ jobs: run: | # Debugging tags git fetch --tags --force - git tag --list - git show-ref --tags git tag -d superset-helm-chart-0.13.4 || true - lookup_latest_tag() { - git fetch --tags >/dev/null 2>&1 - echo "Fetched all tags." - - if git describe --tags --abbrev=0 HEAD~ 2>/dev/null; then - echo "Latest tag found by git describe:" - git describe --tags --abbrev=0 HEAD~ - else - echo "git describe failed. Falling back to root commit." - git rev-list --max-parents=0 --first-parent HEAD - fi - } - lookup_latest_tag - - + echo "DEBUG TAGS" + git show-ref --tags - name: Create unique pages branch name id: vars