jutzig / github-release-plugin

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

Can't use organizations with hyphen in its name #33

Open vromero opened 6 years ago

vromero commented 6 years ago

Running with an organzation with hyphen in its name like:

Although a simple change to:

Will change the error (now because the org does not exist) to: Failed to create release: https://api.github.com/repos/orgname/reponame -> [Help 1]

This leads me to suspect that there is an error while parsing the scm configuration.