mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
chore: little tag script fix
This commit is contained in:
parent
324c6aa8af
commit
dd7d43aa49
1 changed files with 1 additions and 1 deletions
2
tag.sh
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue