diff --git a/tag.sh b/tag.sh index 3f031aa8..27f442c0 100755 --- a/tag.sh +++ b/tag.sh @@ -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