Skip to content

Commit 7a9d5e5

Browse files
committed
chore: update travis.yml
1 parent d5bf275 commit 7a9d5e5

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
@@ -63,7 +63,7 @@ jobs:
6363
- stage: release
6464
name: release rc
6565
script:
66-
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
66+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
6767
- npm whoami
6868
- npm run release:rc -- --yes
6969

0 commit comments

Comments
 (0)