Skip to content

Commit 023fc35

Browse files
committed
ci(publish): fix: strip 'v' from from git tag to pass as x.y.z
1 parent 35a5a97 commit 023fc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
command: |
7171
echo "@scalio:registry=https://npm.pkg.github.com/" >> ~/.npmrc
7272
echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/.npmrc
73-
- run: yarn publish --new-version ${CIRCLE_TAG} dist
73+
- run: yarn publish --new-version ${CIRCLE_TAG#v} dist
7474

7575
lint_test_build:
7676
docker:

0 commit comments

Comments
 (0)