From 81dd04e0185c1773dfd565a9a7543de71efe92c0 Mon Sep 17 00:00:00 2001 From: MrHua269 Date: Fri, 31 May 2024 11:50:15 +0000 Subject: [PATCH] Updated to non experimental version --- .github/workflows/build_1.20.6.yml | 9 ++------- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_1.20.6.yml b/.github/workflows/build_1.20.6.yml index 9c3ee24..a3694ff 100644 --- a/.github/workflows/build_1.20.6.yml +++ b/.github/workflows/build_1.20.6.yml @@ -2,9 +2,9 @@ name: Luminol CI - dev/1.20.6 on: push: - branches: [ "dev/1.20.6" ] + branches: [ "ver/1.20.6" ] pull_request: - branches: [ "dev/1.20.6" ] + branches: [ "ver/1.20.6" ] permissions: write-all @@ -46,11 +46,6 @@ jobs: tag: ${{ env.tag }} name: ${{ env.project_id_b }} ${{ env.mcversion }} - ${{ env.commit_id }} body: | - > [!CAUTION] - > 🚨You are trying to download experimental builds! - > **DO NOT** use these builds in production, as there may be many bugs and corruption issues. - > Please report any and all issues you encounter! - 📦Version: `${{ env.mcversion }}` | Commit ${{ env.commit_id }} [![download](https://img.shields.io/github/downloads/LuminolMC/${{ env.project_id }}/${{ env.tag }}/total?color=red&style=flat-square)](https://github.com/LuminolMC/${{ env.project_id }}/download/${{ env.tag }}/${{ env.jar }}) This release is automatically compiled by GitHub Actions ### Commit Message diff --git a/gradle.properties b/gradle.properties index aa09af1..625fd09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ org.gradle.jvmargs = -Xmx3G mcVersion = 1.20.6 GroupMCV = 1.20 -preVersion = true \ No newline at end of file +preVersion = false \ No newline at end of file