mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
new preview version format
This commit is contained in:
@@ -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 | cut -d"-" -f3 | cut -d"." -f1)
|
latest=$(ls *.jar | tail -n1 | sed -n -e's/Tachidesk-v\|.jar//g;s/-/./gp')
|
||||||
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"
|
||||||
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
@@ -77,4 +77,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy preview
|
- name: Deploy preview
|
||||||
run: |
|
run: |
|
||||||
./master/.github/scripts/commit-repo.sh
|
./master/.github/scripts/commit-preview.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user