Skip to content

Commit ae071ec

Browse files
committed
fix(deployment): Fixed deployment
1 parent daf9697 commit ae071ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deployment:
4141
branch: master
4242
commands:
4343
- gulp bump-version changelog
44-
- git add package.json doc dist
44+
- git add package.json doc
4545
- git commit -m "Bumped version to $(jq -r .version package.json) [skip ci]"
4646
- git tag -f -a $(jq -r .version package.json) -m "Automatic release via CircleCI"
4747
- git push origin $CIRCLE_BRANCH

0 commit comments

Comments
 (0)