make pre-release to only include release_notes.md

This commit is contained in:
NagyZoltanPeter 2024-10-30 11:05:57 +01:00
parent 03feecbcb6
commit 85e4b220c9
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368

View File

@ -159,5 +159,5 @@ jobs:
TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "") TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "")
gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \ gh release create ${{ needs.tag-name.outputs.tag }} --prerelease ${TARGET} \
--title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md \ --title ${{ needs.tag-name.outputs.tag }} --notes-file release_notes.md
wakunode2/* wakutools/*