diff --git a/circle.yml b/circle.yml index d42525a..438a9aa 100644 --- a/circle.yml +++ b/circle.yml @@ -41,7 +41,7 @@ deployment: branch: master commands: - gulp bump-version changelog - - git add package.json doc dist + - git add package.json doc - git commit -m "Bumped version to $(jq -r .version package.json) [skip ci]" - git tag -f -a $(jq -r .version package.json) -m "Automatic release via CircleCI" - git push origin $CIRCLE_BRANCH