From 108c2674c2fe5ca00e7a6114fce50fc2d8a5e6cf Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 10 Dec 2023 01:39:26 -0500 Subject: [PATCH] Update tauri.yml --- .github/workflows/tauri.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index f7a9e4a..0c0a29d 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -35,8 +35,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: client-v${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7} - releaseName: "Spacebar Client v${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7}" + tagName: client-${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7} + releaseName: "Spacebar Client ${GITHUB_REF#refs/heads/}_${GITHUB_SHA::7}" releaseBody: "See the assets to download this version and install." releaseDraft: false prerelease: true