phpword_v0.18.1
Cédric Bonhomme 2021-05-11 22:41:59 +02:00
родитель d0670d6bb6
Коммит 46af25c416
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A1CB94DE57B7A70D
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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