diff --git a/.circleci/config.yml b/.circleci/config.yml index a019964..810aa76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,10 +23,10 @@ jobs: paths: 'node_modules' - run: yarn ci:before - run: yarn test:ci - - run: if [ $TRAVIS_BRANCH == "master" ] || [[ -n "$TRAVIS_TAG" ]]; then lerna version --create-release github --yes; fi + - run: if [ ${CIRCLE_BRANCH} == "master" ]; then lerna version --create-release github --yes; fi - run: yarn build - run: yarn ci:after - - run: if [ $TRAVIS_BRANCH == "master" ] || [[ -n "$TRAVIS_TAG" ]]; then lerna publish from-package --yes; fi + - run: if [ ${CIRCLE_BRANCH} == "master" ]; then lerna publish from-package --yes; fi - run: bash <(curl -s https://codecov.io/bash) - store_artifacts: path: coverage diff --git a/package.json b/package.json index 52f0676..065e84d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Dynamic page title & meta tags utility for Angular (w/server-side rendering)", "repository": { "type": "git", - "url": "https://github.com/fulls1z3/ngx-meta" + "url": "https://github.com/fulls1z3/ngx-meta.git" }, "keywords": [], "author": { diff --git a/packages/@ngx-meta/core/package.json b/packages/@ngx-meta/core/package.json index fe10661..9976fc9 100644 --- a/packages/@ngx-meta/core/package.json +++ b/packages/@ngx-meta/core/package.json @@ -4,7 +4,7 @@ "description": "Dynamic page title & meta tags utility for Angular (w/server-side rendering)", "repository": { "type": "git", - "url": "https://github.com/fulls1z3/ngx-meta" + "url": "https://github.com/fulls1z3/ngx-meta.git" }, "keywords": [ "open graph",