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:
6
.github/workflows/leaves.yml
vendored
6
.github/workflows/leaves.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user