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 dab9f26 commit a810d9bCopy full SHA for a810d9b
circle.yml
@@ -28,7 +28,8 @@ deployment:
28
tag: /.*/
29
commands:
30
# Publish to NPM
31
- - echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
+ - npm install -g npm-cli-login
32
+ - npm-cli-login -u $NPM_USERNAME -p $NPM_PASSWORD -e $NPM_EMAIL
33
- git checkout -f master
34
# Set the version number
35
- sed -i -E "s/0.0.0/$CIRCLE_TAG/" package.json
0 commit comments