From ea710e679ccf58e1bb1f01ff71c8556b84c55dfe Mon Sep 17 00:00:00 2001 From: TNTwise <77559100+TNTwise@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:29:34 -0500 Subject: [PATCH] Update prerelease.yml --- .github/workflows/prerelease.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 43ea8c07..0f95169d 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -350,7 +350,8 @@ jobs: echo "::set-output name=tag::$version" - name: Create Release and Upload Release Asset - uses: softprops/action-gh-release@v1 with: + uses: softprops/action-gh-release@v1 + with: name: Pre-Release Build tag_name: prerelease body: ${{ steps.version_tag.outputs.tag }}