Skip to content

Commit 16fad98

Browse files
committed
wip
1 parent 9b36914 commit 16fad98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production-desktop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
5151
releaseName: 'Midday v__VERSION__'
5252
releaseBody: 'See the assets to download this version and install.'
53-
releaseDraft: true
53+
releaseDraft: false
5454
prerelease: false
5555
args: ${{ matrix.args }} --config "apps/desktop/src-tauri/tauri.conf.json"

apps/desktop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ $env:MIDDAY_ENV="staging"; tauri dev
7676

7777
# Windows (Command Prompt)
7878
set MIDDAY_ENV=staging && tauri dev
79-
```
79+
```

0 commit comments

Comments
 (0)