Update release name
This commit is contained in:
parent
ae4a7b0411
commit
854810b0f1
|
|
@ -110,7 +110,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tagName: "app-v${{ env.VERSION }}" # Use the original version tag for the release
|
tagName: "app-v${{ env.VERSION }}" # Use the original version tag for the release
|
||||||
releaseName: "App v${{ env.VERSION }}"
|
releaseName: "Lightningbeam v${{ env.VERSION }}"
|
||||||
releaseBody: 'See the assets to download this version and install.'
|
releaseBody: 'See the assets to download this version and install.'
|
||||||
releaseDraft: true # Set to true if you want the release to be a draft
|
releaseDraft: true # Set to true if you want the release to be a draft
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue