mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
fix sed output
This commit is contained in:
2
.github/scripts/commit-preview.sh
vendored
2
.github/scripts/commit-preview.sh
vendored
@@ -11,7 +11,7 @@ cp -f $new_jar_build Tachidesk-latest.jar
|
|||||||
rm -rf latest_pointer/*
|
rm -rf latest_pointer/*
|
||||||
cp $new_jar_build latest_pointer
|
cp $new_jar_build latest_pointer
|
||||||
|
|
||||||
latest=$(ls *.jar | tail -n1 | sed -n -e's/Tachidesk-\|.jar//g;s/-/./gp')
|
latest=$(ls *.jar | tail -n1 | sed -e's/Tachidesk-\|.jar//g')
|
||||||
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.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user