diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25b66c8..fa0cfe6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: 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.' releaseDraft: true # Set to true if you want the release to be a draft prerelease: true