We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e89d0d commit 8466046Copy full SHA for 8466046
.travis.yml
@@ -14,6 +14,6 @@ script:
14
deploy:
15
provider: npm
16
email: [email protected]
17
- api_key: "$NPM_TOKEN"
18
- on:
+ api_key: $NPM_TOKEN
+ on:
19
tags: true
0 commit comments