Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,13 @@ jobs:
if: ${{ !matrix.android }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
with:
tagName: v__VERSION__
releaseName: 'v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
prerelease: true
generateReleaseNotes: true
uploadUpdaterJson: true
args: ${{ matrix.args }}

1 change: 1 addition & 0 deletions packages/app-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@roomy-space/sdk": "workspace:*",
"@roomy/design": "workspace:*",
"@tanstack/svelte-query": "^6.1.29",
"@tauri-apps/plugin-updater": "^2.11.0",
"@tiptap/core": "3.27.1",
"@tiptap/extension-link": "3.27.1",
"@tiptap/extension-mention": "3.27.1",
Expand Down
Loading
Loading