Skip to content

Commit 5465098

Browse files
committed
chore: update ci
1 parent e883411 commit 5465098

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
@@ -46,7 +46,7 @@ jobs:
4646
at: ~/rxjs-hooks
4747
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
4848
- run: |
49-
if git log -1 --pretty=%B | grep "^v\?[0-9]\+\.[0-9]\+\.[0-9]\+$";
49+
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]\+$";
5050
then
5151
npm publish
5252
else

0 commit comments

Comments
 (0)