Updated to non experimental version
This commit is contained in:
9
.github/workflows/build_1.20.6.yml
vendored
9
.github/workflows/build_1.20.6.yml
vendored
@@ -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!
|
||||
> **<u>DO NOT</u>** 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 }} [](https://github.com/LuminolMC/${{ env.project_id }}/download/${{ env.tag }}/${{ env.jar }})
|
||||
This release is automatically compiled by GitHub Actions
|
||||
### Commit Message
|
||||
|
||||
@@ -10,4 +10,4 @@ org.gradle.jvmargs = -Xmx3G
|
||||
|
||||
mcVersion = 1.20.6
|
||||
GroupMCV = 1.20
|
||||
preVersion = true
|
||||
preVersion = false
|
||||
Reference in New Issue
Block a user