From 4a5baecb742a56a873cd71f57456831739a517ca Mon Sep 17 00:00:00 2001 From: "jianghonglu.neo" Date: Tue, 21 Mar 2023 21:46:35 +0800 Subject: [PATCH] v0.1.2 --- .github/workflows/publish.yml | 1 - src-tauri/tauri.conf.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0341480..4c2131a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,7 +64,6 @@ jobs: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: v__VERSION__ releaseBody: See the assets to download this version and install. - releaseDraft: true prerelease: false args: --target ${{ matrix.target }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 31b2110..0f80828 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ChatGPT-Tauri", - "version": "0.1.3" + "version": "0.1.2" }, "tauri": { "allowlist": {