From dbe2a5a817de0c1ce4813ebe4e67dd380d05c394 Mon Sep 17 00:00:00 2001 From: Christian M Date: Fri, 13 Aug 2021 12:09:01 +0200 Subject: [PATCH] :construction_worker: changed tag name in ci build --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85fd0b4..5548fea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,8 +44,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: lenna-gui-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: "Lenna GUI v__VERSION__" body: "See the assets to download this version and install." draft: true prerelease: false