Skip to content

Commit

Permalink
Merge pull request #145 from vmware-tanzu/fix-github-release
Browse files Browse the repository at this point in the history
hack: fix tag resolution
  • Loading branch information
Ciro S. Costa authored Sep 22, 2021
2 parents d0a5ea1 + 0aa90b7 commit d4c3a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/publish-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ submit_release_to_github() {
}

git_current_version() {
git tag --sort=-v:refname -l 'v*' |
head -n1
git tag --points-at HEAD
}

main "$@"

0 comments on commit d4c3a11

Please sign in to comment.