Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vromero opened this issue Dec 29, 2017 · 0 comments
Open

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

vromero opened this issue Dec 29, 2017 · 0 comments

Comments

@vromero
Copy link

vromero commented Dec 29, 2017

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 return Failed 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant