From aa5a0f7ffdde93400ce0568d00451f27c03f7ec9 Mon Sep 17 00:00:00 2001 From: Lewis Daly Date: Tue, 30 Nov 2021 13:44:32 +0930 Subject: [PATCH] fix(ci): bump_version step --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3c87ceb..2b4da7d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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