github: Fix release bot clearing the release body

This commit is contained in:
Valentin Tolmer 2024-11-22 23:06:49 +01:00 committed by nitnelave
parent 8397d536d9
commit 37a10c871f

View file

@ -738,5 +738,9 @@ jobs:
artifacts: aarch64-lldap.tar.gz,
amd64-lldap.tar.gz,
armhf-lldap.tar.gz
draft: true
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
omitNameDuringUpdate: true
env:
GITHUB_TOKEN: ${{ github.token }}