mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
fix: nightly build with draft=false
This commit is contained in:
2
.github/workflows/build-desktop-release.yml
vendored
2
.github/workflows/build-desktop-release.yml
vendored
@@ -389,7 +389,7 @@ jobs:
|
||||
with:
|
||||
tag_name: nightly
|
||||
name: 'Desktop App Nightly Relase $$'
|
||||
draft: true
|
||||
draft: false
|
||||
prerelease: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.is-pre-release) || (github.event_name == 'schedule')}}
|
||||
body: "This is a nightly release of the Logseq desktop app."
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user