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

Fix NullPointerException during exception throw #59

Closed Larusso closed 3 years ago

Larusso commented 3 years ago

Description

This is a potential copy paste error. The object release is null at the time when the publish step might throw an error. The patch simply takes the tag name from the internal property instead of the release object.

Changes