Skip to content

Commit

Permalink
ci(publish): fix: strip 'v' from from git tag to pass as x.y.z
Browse files Browse the repository at this point in the history
  • Loading branch information
amkartashov committed Aug 19, 2019
1 parent 35a5a97 commit 023fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 023fc35

Please sign in to comment.