wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Draft is ignored for releases without artifacts #17

Closed Vampire closed 6 years ago

Vampire commented 6 years ago

If you just let the plugin create a new release with tag and body and the default source artifacts from GitHub, the draft property is ignored as it is only evaluated inside if (assetCopyResult.didWork) { which is false in this case of course.

Larusso commented 6 years ago

see https://github.com/wooga/atlas-github/releases/tag/v1.0.1 and Thanks!