From 854810b0f1272be1ea85b49b7107727b2c537f83 Mon Sep 17 00:00:00 2001 From: skykooler Date: Thu, 19 Dec 2024 01:30:26 -0500 Subject: [PATCH] Update release name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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