From 8e2d1c59ef117df4664c8bc9ce0ff18e15ce6912 Mon Sep 17 00:00:00 2001 From: maxomatic458 <104733404+maxomatic458@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:15:20 +0100 Subject: [PATCH] fix --- .github/workflows/release-ui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ui.yml b/.github/workflows/release-ui.yml index 6221ba8..5980db7 100644 --- a/.github/workflows/release-ui.yml +++ b/.github/workflows/release-ui.yml @@ -57,8 +57,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. - releaseName: 'App v__VERSION__' + tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. + releaseName: 'quic-send __VERSION__' releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false