File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - ' **/*.gitignore'
1818 - .editorconfig
1919 - docs/**
20- pull_request : null
20+ pull_request :
2121jobs :
2222 build :
2323 if : ' !contains(github.event.head_commit.message, '' skip ci'' )'
@@ -507,11 +507,11 @@ jobs:
507507 - name : Publish
508508 working-directory : ${{ env.APP_DIR }}
509509 run : |
510- if git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$";
510+ if git log -1 --pretty=%B | grep "^chore(release): [0-9]\+\.[0-9]\+\.[0-9]\+$";
511511 then
512512 echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
513513 npm publish --access public
514- elif git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+";
514+ elif git log -1 --pretty=%B | grep "^chore(release): [0-9]\+\.[0-9]\+\.[0-9]\+";
515515 then
516516 echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
517517 npm publish --tag next --access public
You can’t perform that action at this time.
0 commit comments