From e7177bc8f927cf5102e501d92855e23444153672 Mon Sep 17 00:00:00 2001 From: Marche Date: Thu, 8 Jun 2023 20:08:45 -0300 Subject: [PATCH] fix (#73) --- .github/workflows/main.yml | 2 +- ui/src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94a94fa..be160da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: with: projectPath: './ui' tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: 'Soda v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. + releaseName: 'Soda v__VERSION__-alpha' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'This is a very early unaudited and untested release, DO NOT USE IT unless you now what are you doing.\nIn order to use the program you will need to:\n\nDownload the installation files for your OS\nInstall soda\nDownload the template.zip file\nDecompress template.zip' releaseDraft: true prerelease: false diff --git a/ui/src-tauri/tauri.conf.json b/ui/src-tauri/tauri.conf.json index 3039140..b9d0d34 100644 --- a/ui/src-tauri/tauri.conf.json +++ b/ui/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "soda", - "version": "0.0.4-alpha" + "version": "0.0.4" }, "tauri": { "allowlist": {