From 4e3f73af75af68ad479a4d378f53522f1e383598 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 18 Apr 2021 19:58:07 +0430 Subject: [PATCH] fix string --- .github/scripts/commit-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index 0a9e4e7e..117d813c 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -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]"