mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-26 02:57:10 +00:00
ci: draft
This commit is contained in:
parent
377f093e47
commit
c7877db61c
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
with:
|
||||
uploadPlainBinary: true
|
||||
tagName: v__VERSION__
|
||||
releaseName: "v__VERSION__"
|
||||
releaseName: "Emerald v__VERSION__"
|
||||
releaseBody: |
|
||||
# PLACEHOLDER. CHANGE ME
|
||||
releaseDraft: true
|
||||
|
|
@ -99,5 +99,6 @@ jobs:
|
|||
with:
|
||||
tag_name: v${{ needs.get-version.outputs.version }}
|
||||
files: emerald.flatpak
|
||||
draft: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue