File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - master
7- - beta
87
98concurrency :
109 group : ci-${{ github.workflow }}-${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 1- name : Release
1+ name : GHPages
22on :
33 push :
44 branches :
Original file line number Diff line number Diff line change 2424 uses : actions/setup-node@v4
2525 with :
2626 node-version : 24
27+ registry-url : https://registry.npmjs.org/
2728 - name : Install dependencies
2829 run : npm ci
2930 - name : Build
Original file line number Diff line number Diff line change 9090 "plugins" : [
9191 " @semantic-release/commit-analyzer" ,
9292 " @semantic-release/release-notes-generator" ,
93- " @semantic-release/npm" ,
93+ [
94+ " @semantic-release/npm" ,
95+ {
96+ "registry" : " https://registry.npmjs.org/"
97+ }
98+ ],
9499 " @semantic-release/github"
95100 ]
96101 },
You can’t perform that action at this time.
0 commit comments