We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a5a97 commit 023fc35Copy full SHA for 023fc35
.circleci/config.yml
@@ -70,7 +70,7 @@ jobs:
70
command: |
71
echo "@scalio:registry=https://npm.pkg.github.com/" >> ~/.npmrc
72
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/.npmrc
73
- - run: yarn publish --new-version ${CIRCLE_TAG} dist
+ - run: yarn publish --new-version ${CIRCLE_TAG#v} dist
74
75
lint_test_build:
76
docker:
0 commit comments