Last active
October 5, 2020 22:12
-
-
Save hamzahamidi/3bf847eb676bfe07f9eaca9579fb9f41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github_repo="https://github.com/repo/repo.git" | |
TAGS=$(git ls-remote --refs --tags ${github_repo} | awk -F/ '{ print $3 }' | awk '{print $NF}') | |
LATEST_TAG=$(echo $TAGS | awk '{print $(NF-1)}') | |
echo $LATEST_TAG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment