mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-06-02 01:55:16 +00:00
fix: set prerelease to false for nightly releases
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -185,6 +185,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: Nightly-Dedicated-Server
|
||||
prerelease: false
|
||||
name: "Server: ${{ steps.sha.outputs.short }}"
|
||||
body: |
|
||||
Dedicated Server runtime for Windows64.
|
||||
@@ -222,6 +223,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: Nightly
|
||||
prerelease: false
|
||||
name: "Client: ${{ steps.sha.outputs.short }}"
|
||||
body: |
|
||||
# Instructions:
|
||||
|
||||
Reference in New Issue
Block a user