File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,13 @@ jobs:
8787 uses : actions/setup-node@v4
8888 with :
8989 node-version : 18
90+ registry-url : https://registry.npmjs.org/
9091 - name : Installing dependencies
9192 run : npm ci
9293 - name : Building sources
9394 run : npm run build
9495 - name : Publishing
95- run : npm publish dist
96+ run : npm publish
9697 env :
9798 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
9899
Original file line number Diff line number Diff line change 1+ registry = https://registry.npmjs.org/
Original file line number Diff line number Diff line change 99 "type" : " git" ,
1010 "url" : " git+https://github.com/MrRefactoring/confluence.js.git"
1111 },
12- "publishConfig" : {
13- "registry" : " https://registry.npmjs.org/"
14- },
1512 "main" : " out/index.js" ,
1613 "types" : " out/index.d.ts" ,
1714 "scripts" : {
You can’t perform that action at this time.
0 commit comments