From dac7660eb43797ada2fc83c7471d1d2963420127 Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Wed, 22 Nov 2023 04:57:05 +0900 Subject: [PATCH] fix: fix release error --- .github/workflows/release-gui.yaml | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-gui.yaml b/.github/workflows/release-gui.yaml index 1a68b0d..e7c162c 100644 --- a/.github/workflows/release-gui.yaml +++ b/.github/workflows/release-gui.yaml @@ -65,5 +65,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + releaseName: 'Template App GUI v__VERSION__' # Need change tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. prerelease: false diff --git a/Cargo.toml b/Cargo.toml index fafb499..3b44194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [""] version = "0.1.0" license = "" description = "" -repository = "" +repository = "https://github.com/SARDONYX-sard/tauri-nextjs-template" # Without it, the CLI CI build will error [workspace] members = ["app_core", "app_cli", "src-tauri"]