You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions performs a shallow clone that doesn't include all tags by
default so this command:
LATEST_GIT_TAG=$(git describe --tags --abbrev=0)
Was failing with:
fatal: No names found, cannot describe anything.
This setting makes the checkout fetch the tags as well
0 commit comments