Currently it did not get the latest version with me because the tag existed in another branch it could be fixed by changing: `git describe --abbrev=0 --match "[0-9]*" master` to `git describe --tags $(git rev-list --tags --max-count=1)`