Skip to content

Commit

Permalink
force circle tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored May 5, 2018
1 parent a810d9b commit 5b13663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deployment:
# Publish to NPM
- npm install -g npm-cli-login
- npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
- git checkout -f master
- git checkout -f $CIRCLE_TAG
# Set the version number
- sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
- npm install publish
Expand Down

0 comments on commit 5b13663

Please sign in to comment.