jutzig / github-release-plugin

uses the github release api to upload files
69 stars 24 forks source link

Avoid NPE when comparing release names #30

Closed jodastephen closed 7 years ago

jodastephen commented 7 years ago

We have seen cases where ghRelease.getName() returns null, and thus causes a NPE. This PR fixes the problem, and updates to the latest version of the GitHub-API project.

jutzig commented 7 years ago

Thanks for the pull request!