diff --git a/.github/workflows/electron_deploy.yml b/.github/workflows/electron_deploy.yml index 5d86c16b..aece0c1c 100644 --- a/.github/workflows/electron_deploy.yml +++ b/.github/workflows/electron_deploy.yml @@ -51,7 +51,7 @@ jobs: with: files: | ./dist/electron/Packaged/paperlib-${{ env.VERSION }}.dmg - draft: false + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -120,7 +120,7 @@ jobs: with: files: | ./dist/electron/Packaged/paperlib Setup ${{ env.VERSION }}.exe - draft: false + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}