fix(build): remove assets tagging

This commit is contained in:
Phan An 2022-08-03 10:14:34 +02:00
parent c74958ba61
commit ed1b1f2e9d
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC
2 changed files with 1 additions and 6 deletions

View file

@ -1 +1 @@
v6.0.0
v6.0.1

5
tag.sh
View file

@ -12,12 +12,7 @@ fi
TAG=$1
echo "$TAG" > .version
# shellcheck disable=SC2164
cd ./resources/assets
git -c color.ui=always tag "$TAG"
git -c color.ui=always push --tags
cd ../..
git -c color.ui=always add .
git -c color.ui=always commit -m "chore(release): bump version to ${TAG}"
git -c color.ui=always push