Skip to content

Commit

Permalink
fix(ci): bump_version step
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly committed Nov 30, 2021
1 parent 4b13848 commit aa5a0f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
- run:
name: create a new version in website/versioned_docs
command: |
yarn
./node_modules/.bin/vuepress version docs $CIRCLE_TAG
- run:
name: Configure git
Expand All @@ -169,9 +170,6 @@ jobs:
mkdir -p ~/.ssh
ssh-keyscan -p 443 ssh.github.com >> ~/.ssh/known_hosts
ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
name: Generate changelog and bump package version
command: npm run release
- run:
name: Push the release
command: git push -u origin master
Expand Down

0 comments on commit aa5a0f7

Please sign in to comment.