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 91b6d28 commit 792fdd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
artifacts: "./Releases/**/*.zip"
draft: true
allowUpdates: true
tag: ${{ env:VERSION }}
name: ${{ $env:VERSION }} - ${{ env:PR_TITLE }}
body: ${{ $env:PR_DESCRIPTION }}
tag: ${{ env.VERSION }}
name: ${{ $env.VERSION }} - ${{ env.PR_TITLE }}
body: ${{ $env.PR_DESCRIPTION }}

0 comments on commit 792fdd7

Please sign in to comment.