We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270d8d3 commit 75a88f9Copy full SHA for 75a88f9
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
at: ~/emotion-ts-plugin
46
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
47
- run: |
48
- if git log -1 --pretty=%B | grep -E "^v?\d+\.\d+\.\d+$";
+ if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
49
then
50
npm publish
51
else
0 commit comments