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"]