Skip to content

Commit

Permalink
👷 changed tag name in ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Aug 13, 2021
1 parent 6a6f6f7 commit dbe2a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dbe2a5a

Please sign in to comment.