Skip to content

Commit

Permalink
Use PR title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
nref committed Oct 28, 2024
1 parent 00eb327 commit d2227e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
draft: true
allowUpdates: true
tag: ${{ env.VERSION }}
name: "${{ $env.VERSION }} - ${{ env.PR_TITLE }}"
body: ${{ $env.PR_DESCRIPTION }}
name: ${{ env.VERSION }} - ${{ env.PR_TITLE }}
body: ${{ env.PR_DESCRIPTION }}

0 comments on commit d2227e9

Please sign in to comment.