We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a810d9b commit 5b13663Copy full SHA for 5b13663
circle.yml
@@ -30,7 +30,7 @@ deployment:
30
# Publish to NPM
31
- npm install -g npm-cli-login
32
- npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
33
- - git checkout -f master
+ - git checkout -f $CIRCLE_TAG
34
# Set the version number
35
- sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
36
- npm install publish
0 commit comments