Added the tag pull in case of any changes.

phpword_v0.18.1
Ruslan Baidan 2021-05-10 15:39:57 +02:00
parent 889e6c8abb
commit d60ecf37b8
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ checkout_to_latest_tag() {
git fetch --tags
tag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $tag -b latest
git pull origin $tag
popd
fi
}