Skip to content

Commit

Permalink
fix(deployment): Fixed deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fragsalat committed Sep 12, 2017
1 parent daf9697 commit ae071ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae071ec

Please sign in to comment.