Skip to content

Commit 5a26315

Browse files
0.0.7
1 parent d66b912 commit 5a26315

File tree

5 files changed

+392
-8
lines changed

5 files changed

+392
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- uses: tauri-apps/tauri-action@v0
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
40+
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
3941
with:
4042
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
4143
releaseName: 'v__VERSION__'
@@ -45,5 +47,3 @@ jobs:
4547
- `.exe` or `.msi` for Windows\n\n
4648
4749
Please note that the builds are not signed.'
48-
releaseDraft: false
49-
prerelease: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-chat-tauri",
33
"private": true,
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "A Google Chat desktop app built with Tauri",
66
"packageManager": "pnpm@8.9.2",
77
"type": "module",

0 commit comments

Comments
 (0)