fix(ci): force draft=false for nightly releases (#143)

This commit is contained in:
Aaryamann Challani 2023-03-31 18:15:37 +05:30 committed by GitHub
parent 39bea35a6d
commit 2e868d6cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,6 +135,7 @@ jobs:
gh release create nightly --prerelease --target master \
--title 'Nightly build ("master" branch)' \
--generate-notes \
--draft=false \
--notes-start-tag $start_tag \
*-archive/*.tar.gz \
env: