We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f72ae4 commit 3767575Copy full SHA for 3767575
update.sh
@@ -14,7 +14,7 @@ function updateRepository() {
14
git reset --hard
15
git pull origin master
16
git fetch --tags -f
17
- tag="$(git tag | sort -g | tail -1)"
+ tag="$(git describe --tags --abbrev=0)"
18
git checkout tags/"$tag"
19
}
20
0 commit comments