From 592174f220877e4efc80d6bf719516fa9fe9647c Mon Sep 17 00:00:00 2001 From: Taiyou06 Date: Mon, 10 Mar 2025 21:47:04 +0100 Subject: [PATCH] fix release --- .github/workflows/build-1214.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-1214.yml b/.github/workflows/build-1214.yml index e52d6982..5cca8401 100644 --- a/.github/workflows/build-1214.yml +++ b/.github/workflows/build-1214.yml @@ -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