9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

[release-skip] Add support for api.leavesmc.top (#75)

* Update leaves.yml
This commit is contained in:
z0z0r4
2023-07-29 16:22:20 +08:00
committed by GitHub
parent 4de2295de4
commit cec1d2903d
2 changed files with 53 additions and 0 deletions

View File

@@ -72,3 +72,9 @@ jobs:
with:
name: ${{ env.jar }}
path: ${{ env.jar }}
- name: Push to Api
if: "!contains(github.event.commits[0].message, '[release-skip]')"
env:
secret: ${{ secrets.API_PUSH_TOKEN }}
tag: ${{ env.tag }}
run: sh scripts/push_to_api.sh