From 14403885aea8d25caad97a89e2174906a459ceda Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Thu, 6 Feb 2025 23:47:32 -0500 Subject: [PATCH] Update workflow --- .github/workflows/build-1214.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-1214.yml b/.github/workflows/build-1214.yml index 8cddfe07..66d73168 100644 --- a/.github/workflows/build-1214.yml +++ b/.github/workflows/build-1214.yml @@ -2,9 +2,9 @@ name: Build Leaf 1.21.4 on: push: - branches: [ "dev/1.21.4" ] + branches: [ "ver/1.21.4" ] pull_request: - branches: [ "dev/1.21.4" ] + branches: [ "ver/1.21.4" ] jobs: build: @@ -67,4 +67,4 @@ jobs: automatic_release_tag: "ver-1.21.4" repo_token: "${{ secrets.GITHUB_TOKEN }}" files: "./leaf-1.21.4.jar" - prerelease: true + prerelease: false