From e00bf47f330e954453e5fde2284696784b8aab36 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:52:52 +0800 Subject: [PATCH] Revert `action-gh-release` to temp fix build --- .github/workflows/build-1214.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-1214.yml b/.github/workflows/build-1214.yml index 1289b100..062617db 100644 --- a/.github/workflows/build-1214.yml +++ b/.github/workflows/build-1214.yml @@ -97,7 +97,7 @@ jobs: path: ./leaf-1.21.4-${{ env.BUILD_NUMBER }}.jar - name: Release Leaf - uses: softprops/action-gh-release@master + uses: softprops/action-gh-release@v2.2.2 # Temp fix with: name: "Leaf 1.21.4" tag_name: "ver-1.21.4"