Closed Vampire closed 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.
draft
if (assetCopyResult.didWork) {
false
see https://github.com/wooga/atlas-github/releases/tag/v1.0.1 and Thanks!
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 insideif (assetCopyResult.didWork) {
which isfalse
in this case of course.