Browse Source

ci: always non-draft for nightly build

Andelf 3 years ago
parent
commit
878524355b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build-desktop-release.yml

+ 2 - 2
.github/workflows/build-desktop-release.yml

@@ -15,7 +15,7 @@ on:
         required: true
         default: "master"
       is-draft:
-        description: 'Draft Release? (will not be public)'
+        description: 'Draft Release? (Beta only, Nightly will always be a non-draft)'
         type: boolean
         required: true
         default: true
@@ -389,7 +389,7 @@ jobs:
         with:
           tag_name: nightly
           name: 'Desktop App Nightly Relase $$'
-          draft: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.is-draft) || false }}
+          draft: true
           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: |