diff --git a/circle.yml b/circle.yml index 68af3a6..a431e16 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,9 @@ machine: node: version: 5.10.1 +deployment: + release: + tag: /^v[0-9]+(.[0-9]+)*/ + owner: Financial-Times + commands: + - make npm-publish \ No newline at end of file