Skip to content

Commit

Permalink
debug tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 26, 2024
1 parent 02d86cc commit 89bb6ae
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/superset-helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89bb6ae

Please sign in to comment.