9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-31 04:46:29 +00:00

FIX CI * 3

This commit is contained in:
violetc
2024-05-20 23:29:40 +08:00
parent 8140607258
commit 5c60b33d26
2 changed files with 4 additions and 2 deletions

View File

@@ -63,6 +63,8 @@ jobs:
git push origin HEAD:Leaves
- name: Get Release Info
run: sh scripts/GetReleaseInfo.sh
env:
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
- name: Create Release
if: "!contains(github.event.commits[0].message, '[release-skip]')"
uses: ncipollo/release-action@v1