fix: tag fetching

This commit is contained in:
peaceiris 2020-02-19 01:58:52 +09:00
parent 3c7cd587e4
commit 6fe5c9e762

View File

@ -42,8 +42,8 @@ if [ "${CURRENT_BRANCH}" != "master" ]; then
else
git pull origin master
fi
git tag -d v3 || true
git pull origin --tags
git tag -d v3 || true
npm ci