Update release name

This commit is contained in:
skykooler 2024-12-19 01:30:26 -05:00 committed by GitHub
parent ae4a7b0411
commit 854810b0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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