vrish88 commented on pull request #100:
URL: 
https://github.com/apache/incubator-annotator/pull/100#issuecomment-756332122


   I found this https://github.com/lerna/lerna/issues/2022 and was using that 
as a guide. Do we also need these bits?
   
   ```yaml
   after_success:
     - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
     - git remote add pub https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
     - git fetch pub master # needed?
     - git checkout master # got an error w/o this one
   ```
   
   @tilgovi yes, I may need some help on this one 😃 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to