Skip to content

Commit

Permalink
fix(ci): sadly I forgot to change the deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferit Topcu committed Jun 22, 2018
1 parent ac21917 commit 443b451
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 443b451

Please sign in to comment.