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 7c727ef commit b8cc12aCopy full SHA for b8cc12a
.travis.yml
@@ -57,7 +57,7 @@ jobs:
57
- stage: release
58
name: release rc
59
script:
60
- - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ../.npmrc
+ - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ../.npmrc
61
- npm run release:rc -- --yes
62
63
notifications:
0 commit comments