fix string

This commit is contained in:
Aria Moradi 2021-04-18 19:58:07 +04:30
parent 63e5e1b45f
commit 4e3f73af75

View File

@ -9,7 +9,7 @@ echo "last jar build file name: $new_jar_build"
cp -f $new_jar_build Tachidesk-latest.jar
latest=$(ls *.jar | tail -n1 | cut -d"-" -f3 | cut -d"." -f1)
echo "{ \"latest\": $latest }" > index.json
echo "{ \"latest\": \"$latest\" }" > index.json
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"