From 22233d512ea1e56028ad5e80326f4f0ef6e777fa Mon Sep 17 00:00:00 2001 From: Cesare Montresor Date: Thu, 26 Jan 2023 21:02:21 +0100 Subject: [PATCH] Update publish-all.yml --- .github/workflows/publish-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-all.yml b/.github/workflows/publish-all.yml index 6bf3102..c4a9733 100644 --- a/.github/workflows/publish-all.yml +++ b/.github/workflows/publish-all.yml @@ -43,8 +43,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: TALight-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: 'TALight v__VERSION__' + tagName: CoCoDesktop-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: 'CoCoDesktop v__VERSION__' releaseBody: 'See the assets to download this version and install.' releaseDraft: ${{ inputs.draftRelease }} prerelease: ${{ inputs.preRelease }}