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