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 256faae commit b62d9b0Copy full SHA for b62d9b0
.github/workflows/CI.yml
@@ -473,11 +473,11 @@ jobs:
473
shell: bash
474
- name: Publish
475
run: |
476
- if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
+ if git log -1 --pretty=%B | grep "^chore(release): [0-9]\+\.[0-9]\+\.[0-9]\+$";
477
then
478
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
479
npm publish --access public
480
- elif git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+";
+ elif git log -1 --pretty=%B | grep "^chore(release): [0-9]\+\.[0-9]\+\.[0-9]\+";
481
482
483
npm publish --tag next --access public
0 commit comments