File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ release:
2525 new-prefix : ' '
2626 - replace-prefix : ' deps: '
2727 new-prefix : ' '
28+ - replace-prefix : ' build(deps): '
29+ new-prefix : ' '
2830 - replace-prefix : ' build: '
2931 new-prefix : ' '
3032branch :
@@ -71,6 +73,7 @@ categories:
7173 skip-label : ' Development'
7274 commits :
7375 - ' deps:'
76+ - ' build(deps):'
7477 changes-prefix : ' :green_book: '
7578bump :
7679 default : ' patch'
Original file line number Diff line number Diff line change 3434 uses : actions/setup-node@v1
3535 with :
3636 node-version : ${{ matrix.node-version }}
37+ registry-url : https://registry.npmjs.org/
3738
3839 - name : Cache node_modules
3940 id : cache-modules
8283
8384 - name : ' Publish to NPM'
8485 if : github.event.inputs.dry_run != 'true'
85- run : npm publish
86+ run : npm publish --access public
8687 env :
8788 NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments