-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bintray configuration doesn't support bintray organizations #848
Bintray configuration doesn't support bintray organizations #848
Comments
Added a user field to BintrayOptions to use for bintray authentication instead of the 'owner' field. Closes electron-userland#848
👍 Please file PR. https://www.appveyor.com/docs/deployment/bintray/ — appveyor calls it |
Hi @develar .. I'll be happy to file the PR, but I'm having a problem getting the build to work. The BintrayPublisher now successfully authenticates and uploads the file to bintray, but after I receive the follow error ... any ideas on what it could be?? It seems to be a problem with bluebird but I have not seen any bugs filed related to this.
|
@jimm1419 It was fixed today morning. Please update sources. |
@develar Nice, thanks! |
The log message outputs the correct user being used to hit the bintray API, 'user' field if defined, if not 'owner'. electron-userland#848
* fix: bintray configuration support for organizations Added a user field to BintrayOptions to use for bintray authentication instead of the 'owner' field. Closes #848 * chore: update bintray log message to output correct user The log message outputs the correct user being used to hit the bintray API, 'user' field if defined, if not 'owner'. #848
Currently BintrayClient does not support bintray accounts with organizations, using the same value
owner
for authentication and api URL's.In the case of a bintray account with an organization, the api URL and user is different.
would probably be something like this:
The text was updated successfully, but these errors were encountered: