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 d5bf275 commit 7a9d5e5Copy full SHA for 7a9d5e5
.travis.yml
@@ -63,7 +63,7 @@ jobs:
63
- stage: release
64
name: release rc
65
script:
66
- - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
+ - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
67
- npm whoami
68
- npm run release:rc -- --yes
69
0 commit comments