Skip to content

Commit

Permalink
Merge pull request #110 from fabric-design/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): sadly I forgot to change the deployment path
  • Loading branch information
fokusferit authored Jun 22, 2018
2 parents ac21917 + 443b451 commit fd270c4
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 @@ -43,7 +43,7 @@ deployment:
commands:
- gulp bump-version changelog
- gulp build:dist
- git add package.json doc dist CHANGELOG.md
- git add package.json doc build CHANGELOG.md
- 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 fd270c4

Please sign in to comment.