From 00eb3270e7e28b560047be4635fff78bbd8bedd9 Mon Sep 17 00:00:00 2001 From: Doug Slater Date: Sun, 27 Oct 2024 22:18:00 -0400 Subject: [PATCH] Use PR title and description --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f375ab7..5750357 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -60,5 +60,5 @@ jobs: draft: true allowUpdates: true tag: ${{ env.VERSION }} - name: ${{ $env.VERSION }} - ${{ env.PR_TITLE }} + name: "${{ $env.VERSION }} - ${{ env.PR_TITLE }}" body: ${{ $env.PR_DESCRIPTION }}