mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-03-09 10:35:51 +01:00
test new publish
This commit is contained in:
parent
b146d1024b
commit
874b13fa14
9
.github/workflows/build_push.yml
vendored
9
.github/workflows/build_push.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p master/server/build
|
||||
cd master/server/build
|
||||
echo "test" > Tachidesk-v0.3.8-r582.jar
|
||||
echo "test" > Tachidesk-v0.3.8-r583.jar
|
||||
|
||||
- name: Generate Tag Name
|
||||
id: GenTagName
|
||||
@ -122,8 +122,13 @@ jobs:
|
||||
TAG="${{ steps.GenTagName.outputs.value }}"
|
||||
echo "tag: $TAG"
|
||||
cd preview
|
||||
echo "{ \"latest\": \"$TAG\" }" > index.json
|
||||
git add index.json
|
||||
git commit -m "Updated to $TAG"
|
||||
git push origin main
|
||||
|
||||
git tag $TAG
|
||||
git push origin main $TAG
|
||||
git push origin $TAG
|
||||
|
||||
- name: Upload Preview Release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user