-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error publishing to github when building on travis #261
Comments
Please provide full stack trace of error. Must be no error if you don't use script named |
I don't use
Forgot to mention that I have this error twice in my log. |
I forgot to mention that even when I set the argument 'publish' to 'never' with And I see that the params is well "understand" as I get this output :
|
It looks like no body have input to give me for this... Maybe someone can help me reproduce the Travis setup so that I can edit code on my machine to fix this ? |
@jbleuzen I returned from vacation and there were another issues to fix (remember, I work on project in my spare time by morning :)). Now I am going to investigate it. You can expect fix/solution today. |
@develar didn't mean to be too pressing. Sorry about that and I hoped your vacation were fun :p I was also offering help if I can replicate travis env so I can make some printf debug 😄 |
Thanks @develar it's working ! |
Hi,
I have error on my Travis instance when building my app : GitHub Personal Access Token is not specified. The fact is I don't want to publish to github so I want to disable this publish thing.
I've added this in my package.json (the developper one) :
But when I read the docs, I see "But please consider to use automatic rules and don't specify publish explicitly". So, is the "publish" attribute used or not ???
The text was updated successfully, but these errors were encountered: