Skip to content

Commit bb10fb3

Browse files
committed
fix: wrong version checker
1 parent 6727a77 commit bb10fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
at: ~/emotion-ts-plugin
4646
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
4747
- run: |
48-
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
48+
if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+";
4949
then
5050
npm publish
5151
else

0 commit comments

Comments
 (0)