Revert "make pre-release to only include release_notes.md"

This reverts commit 92207c670ddd856857cb0be544e4d2bf50d62586.
This commit is contained in:
NagyZoltanPeter 2024-11-22 10:29:06 +01:00
parent 38cb0598d9
commit 3772cb2968

View File

@ -47,7 +47,7 @@ jobs:
- name: prep variables
id: vars
run: |
ARCH=${{matrix.arch}}
ARCH=${{matrix.arch}}
echo "arch=${ARCH}" >> $GITHUB_OUTPUT
@ -159,5 +159,5 @@ jobs:
TARGET=$([[ "${{ needs.tag-name.outputs.tag }}" == "nightly" ]] && echo "--target ${{steps.vars.outputs.ref}}" || echo "")
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/*