9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 02:19:19 +00:00

fix release

This commit is contained in:
Taiyou06
2025-03-10 21:47:04 +01:00
parent ffee663698
commit 592174f220

View File

@@ -106,6 +106,15 @@ jobs:
name: Leaf 1.21.4
path: ./leaf-1.21.4-*.jar
- name: Prepare release notes and artifacts
run: |
chmod +x ./scripts/prepareRelease.sh
./scripts/prepareRelease.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
- name: Wait for API Publishing
run: |
if ps -p ${{ env.PUBLISH_PID }} > /dev/null; then