Skip to content

Commit

Permalink
Update publish-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cesare-montresor authored Jan 26, 2023
1 parent 80f528d commit 22233d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 22233d5

Please sign in to comment.