From 4ebdf9fd6305af7108a23c2e1485fbfff3987a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20V=C3=A4in?= Date: Sun, 30 Jun 2024 15:08:35 +0300 Subject: [PATCH] change release naming --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8781b91..124163b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,9 +74,9 @@ jobs: TAURI_PRIVATE_KEY=: ${{ secrets.TAURI_PRIVATE_KEY }} with: - tagName: app-v__VERSION__ - releaseName: "App v__VERSION__" - releaseBody: "See the assets to download this version and install." + tagName: v__VERSION__ + releaseName: "v__VERSION__" + releaseBody: "See the assets to download a version and install." releaseDraft: false prerelease: false args: ${{ matrix.settings.args }}