ci: Fixed a typo in the GitHub release workflow

This commit is contained in:
2024-11-25 18:49:12 -07:00
parent cf1794145c
commit 41bb08418f
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.version }}
release_name: "Release ${{ env.version }}"
name: "Release ${{ env.version }}"
body: ${{ env.changelog_body }}
draft: false
prerelease: false