We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b36914 commit 16fad98Copy full SHA for 16fad98
.github/workflows/production-desktop.yaml
@@ -50,6 +50,6 @@ jobs:
50
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
51
releaseName: 'Midday v__VERSION__'
52
releaseBody: 'See the assets to download this version and install.'
53
- releaseDraft: true
+ releaseDraft: false
54
prerelease: false
55
args: ${{ matrix.args }} --config "apps/desktop/src-tauri/tauri.conf.json"
apps/desktop/README.md
@@ -76,4 +76,4 @@ $env:MIDDAY_ENV="staging"; tauri dev
76
77
# Windows (Command Prompt)
78
set MIDDAY_ENV=staging && tauri dev
79
-```
+```
0 commit comments