We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e883411 commit 5465098Copy full SHA for 5465098
.circleci/config.yml
@@ -46,7 +46,7 @@ jobs:
46
at: ~/rxjs-hooks
47
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
48
- run: |
49
- 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]\+$\|^v\?[0-9]\+\.[0-9]\+\.[0-9]\+-alpha\.[0-9]\+$\|^v\?[0-9]\+\.[0-9]\+\.[0-9]\+-beta\.[0-9]\+$";
50
then
51
npm publish
52
else
0 commit comments