From 7ba476bd79ac092f315177918f1c78e72accf719 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 7 May 2021 14:39:15 +0430 Subject: [PATCH] include v --- .github/scripts/commit-preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/commit-preview.sh b/.github/scripts/commit-preview.sh index 831d294..5bdd7ed 100755 --- a/.github/scripts/commit-preview.sh +++ b/.github/scripts/commit-preview.sh @@ -11,7 +11,7 @@ cp -f $new_jar_build Tachidesk-latest.jar rm -rf latest_pointer/* cp $new_jar_build latest_pointer -latest=$(ls *.jar | tail -n1 | sed -n -e's/Tachidesk-v\|.jar//g;s/-/./gp') +latest=$(ls *.jar | tail -n1 | sed -n -e's/Tachidesk-\|.jar//g;s/-/./gp') echo "{ \"latest\": \"$latest\" }" > index.json git config --global user.email "github-actions[bot]@users.noreply.github.com"