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 a517d2d commit 91b6d28
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 91b6d28

Please sign in to comment.