We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a441e commit 973eb7eCopy full SHA for 973eb7e
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
48
at: ~/rxjs-hooks
49
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
50
- run: |
51
- if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
+ if git log -1 --pretty=%B | grep "^v?[0-9]\+\.[0-9]\+\.[0-9]\+$";
52
then
53
npm publish
54
else
0 commit comments