diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index cfe4324..291ee2f 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -44,8 +44,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: construct-crawler-v__VERSION__ # the action automatically replaces __VERSION__ with the app version - releaseName: "Construct Crawler v__VERSION__" + 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: false prerelease: false diff --git a/README.md b/README.md index f866671..0fed40d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,25 @@ -# Tauri + Vue 3 +# Installation -This template should help get you started developing with Tauri + Vue 3 in Vite. The template uses Vue 3 `