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 }}