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