mirror of
https://github.com/lldap/lldap.git
synced 2024-11-24 08:45:08 +00:00
github: Fix release bot clearing the release body
This commit is contained in:
parent
8397d536d9
commit
37a10c871f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-build-static.yml
vendored
4
.github/workflows/docker-build-static.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue