Skip to content

Commit

Permalink
Set correct title in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrieb committed Nov 2, 2022
1 parent fc6aede commit bbcc0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
gh release create \
"${TAG}" \
--title "${TAG}" \
--notes "Pre-compiled binaries for QuickServ ${TAG}" \
*.exe \
*.zip \
Expand Down

0 comments on commit bbcc0ae

Please sign in to comment.