Skip to content

Commit b8cc12a

Browse files
committed
chore: update .travis.yml
1 parent 7c727ef commit b8cc12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- stage: release
5858
name: release rc
5959
script:
60-
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ../.npmrc
60+
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ../.npmrc
6161
- npm run release:rc -- --yes
6262

6363
notifications:

0 commit comments

Comments
 (0)