From c8ac72a95efffea016f3cdf53568a23c50b9893a Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 15:51:35 -0800 Subject: [PATCH] debug tags --- .github/workflows/superset-helm-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index e79f4226453..0ac6955f497 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -53,7 +53,10 @@ jobs: run: | # Debugging tags git fetch --tags --force - git tag --list | grep helm + git tag --list + git show-ref --tags + git tag -d superset-helm-chart-0.13.4 || true + - name: Create unique pages branch name id: vars