Skip to content

Commit 228c78f

Browse files
committed
ci: fix publish condition
1 parent cd5c044 commit 228c78f

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

0 commit comments

Comments
 (0)