UNPKG

275 BYAMLView Raw
1general:
2 branches:
3 only:
4 - master
5machine:
6 node:
7 version: 0.12.7
8checkout:
9 post:
10 - git fetch --tags
11deployment:
12 release:
13 tag: /[0-9]+(\.[0-9]+)*/
14 commands:
15 - echo -e "$NPMUSER\n$NPMPASSWORD\n$NPMEMAIL" | npm login
16 - npm publish
17
18
\No newline at end of file