mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-17 04:09:50 +00:00
make pre-release to only include release_notes.md
This commit is contained in:
parent
03feecbcb6
commit
85e4b220c9
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@ -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/*
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user