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

on tags:true does not appear to be working for node project. #1876

Closed
elliotstokes opened this issue Jan 21, 2014 · 5 comments
Closed

on tags:true does not appear to be working for node project. #1876

elliotstokes opened this issue Jan 21, 2014 · 5 comments

Comments

@elliotstokes
Copy link

Im trying to auto deploy my project to npm with the following:

deploy:
  api_key: <encrypted>
  email: email@andaddress.com
  provider: npm
  on:
    tags: true
    node: 0.10

On the build the script is returning nothing for 'git fetch --tags'

You should be able to see this here

https://travis-ci.org/elliotstokes/gpx-parse/jobs/17364696

Am I doing something wrong?

@roll
Copy link

roll commented Jan 23, 2014

Looks like it is not working at all (I tried for PyPi uploading)

http://lint.travis-ci.org/

deploy:
on:
tags: true

falls with "OMG, something went wrong"

@maxbeatty
Copy link

I've been trying to figure out how to consistently publish with tags: true, too. If I push my changes and the tags right after each other, it'll pick up the new tag when building master (ref) instead of the build for the tag (ref). I waited for the master build to complete here and then pushed my tags and there was no deploy. So right now my workflow is to run this:

npm version $type && git push origin master && git push --tags

@ryanbillingsley
Copy link

Just echoing that I am seeing the exact same thing as well

@dvcrn
Copy link

dvcrn commented Feb 23, 2014

Giving my +1 here. I'm trying to deploy to s3. Build is executing all tests, but gets no doesn't do anything after 'git fetch --tags'.

@BanzaiMan
Copy link
Contributor

Seems like a duplicate of #1675. If you believe there is something specific to node projects, let us know.

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

No branches or pull requests

6 participants