diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ad3558..18a80b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: release-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: 'release-v__VERSION__' + tagName: 'v__VERSION__-release' # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: 'v__VERSION__-release' releaseBody: 'See the assets to download this version and install.' releaseDraft: false prerelease: false \ No newline at end of file