We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5c044 commit 228c78fCopy full SHA for 228c78f
.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 "^v?[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