mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-19 21:47:13 +00:00
fix: set prerelease to false for nightly releases
This commit is contained in:
parent
c405ee9036
commit
b3db1da8cb
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -185,6 +185,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: Nightly-Dedicated-Server
|
tag_name: Nightly-Dedicated-Server
|
||||||
|
prerelease: false
|
||||||
name: "Server: ${{ steps.sha.outputs.short }}"
|
name: "Server: ${{ steps.sha.outputs.short }}"
|
||||||
body: |
|
body: |
|
||||||
Dedicated Server runtime for Windows64.
|
Dedicated Server runtime for Windows64.
|
||||||
|
|
@ -222,6 +223,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: Nightly
|
tag_name: Nightly
|
||||||
|
prerelease: false
|
||||||
name: "Client: ${{ steps.sha.outputs.short }}"
|
name: "Client: ${{ steps.sha.outputs.short }}"
|
||||||
body: |
|
body: |
|
||||||
# Instructions:
|
# Instructions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue