Skip to content

Commit

Permalink
Merge pull request #17 from kouhin/feature/fetch_tags_force
Browse files Browse the repository at this point in the history
Fetch all tags before pushing tags
  • Loading branch information
kouhin committed May 7, 2018
2 parents d39e791 + c9a64bb commit 7422ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -13,6 +13,7 @@ deployment:
production:
branch: master
commands:
- git fetch --tags --force
- git tag -f v`jq -r '.version' package.json`
- git push origin --tags
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
Expand Down

0 comments on commit 7422ebd

Please sign in to comment.