Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 2fd23da

Browse files
authored
Merge pull request #44 from Financial-Times/fix-circleci-config-publish
Fix CircleCI `publish` job
2 parents 3ae1f22 + d0fc553 commit 2fd23da

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
@@ -67,7 +67,7 @@ jobs:
6767
command: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > ${HOME}/.npmrc
6868
- run:
6969
name: Bump package version
70-
command: npm version ${CIRCLE_TAG}
70+
command: npm version --no-git-tag-version ${CIRCLE_TAG}
7171
- run:
7272
name: Publish package to npm
7373
command: npm publish --access=public

0 commit comments

Comments
 (0)