ci: remove nightly build text in release title

This commit is contained in:
Viren070
2025-05-22 21:46:37 +01:00
parent bf182225a6
commit 25f16324ee
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
run: |
gh release create "${{ steps.gen_tag.outputs.tag_name }}" \
--repo "${GITHUB_REPOSITORY}" \
--title "Nightly Build ${{ steps.gen_tag.outputs.tag_name }}" \
--title "${{ steps.gen_tag.outputs.tag_name }}" \
--notes "${{ steps.commit_msg.outputs.commit_msg }}" \
--prerelease