diff --git a/.circleci/config.yml b/.circleci/config.yml index 6956b5bb415..09e3386692b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -324,7 +324,7 @@ jobs: PREV_VERSION=$(jq -r .version ./package.json) CHANGELOG=$(git log --pretty=format:"[%h] %s %an" --date=short client-v${PREV_VERSION}..HEAD) npm i --ignore-scripts - npm version patch -ws --include-workspace-root --no-git-tag-version + npm version patch -w audius-client -w audius-mobile-client --include-workspace-root --no-git-tag-version git add . VERSION=$(jq -r .version ./package.json) MESSAGE="v${VERSION}