diff --git a/circle.yml b/circle.yml index 20bbd82..1429686 100644 --- a/circle.yml +++ b/circle.yml @@ -29,6 +29,7 @@ jobs: set -euo pipefail TAG=${CIRCLE_TAG:-} if [[ ${TAG} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then + yarn version --new-version "$TAG" --no-git-tag-version echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc npm publish else diff --git a/package.json b/package.json index f790cd5..dcb7c79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "branch-manager", - "version": "0.2.0", + "version": "0.0.0", "description": "Manage your branches on Github", "main": "./dist/main.js", "repository": "https://github.com/michael-yx-wu/branch-manager",