-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Running with an organzation with hyphen in its name like:
<connection>https://github.com/org-name/reponame</connection><connection>scm:git:git@github.com:org-name/reponame.git</connection>
will returnFailed to create release: https://api.github.com/repos/https:/ -> [Help 1].
Although a simple change to:
<connection>https://github.com/orgname/reponame</connection>
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.
Metadata
Metadata
Assignees
Labels
No labels