From 023fc35af02634974979537799c9eb6576f23ce6 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Mon, 19 Aug 2019 19:50:03 +0700 Subject: [PATCH] ci(publish): fix: strip 'v' from from git tag to pass as x.y.z --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb8a281..62f78f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ jobs: command: | echo "@scalio:registry=https://npm.pkg.github.com/" >> ~/.npmrc echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/.npmrc - - run: yarn publish --new-version ${CIRCLE_TAG} dist + - run: yarn publish --new-version ${CIRCLE_TAG#v} dist lint_test_build: docker: