chore: little tag script fix

This commit is contained in:
Phan An 2021-05-21 13:55:00 +02:00
parent 324c6aa8af
commit dd7d43aa49
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

2
tag.sh
View file

@ -14,7 +14,7 @@ cd ..
TAG=$1
echo "$TAG" > .version
cd ./resources/assets || exit
cd resources/assets || exit
git -c color.ui=always tag "$TAG"
git -c color.ui=always push --tags