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:
87
87
uses : actions/setup-node@v4
88
88
with :
89
89
node-version : 18
90
+ registry-url : https://registry.npmjs.org/
90
91
- name : Installing dependencies
91
92
run : npm ci
92
93
- name : Building sources
93
94
run : npm run build
94
95
- name : Publishing
95
- run : npm publish dist
96
+ run : npm publish
96
97
env :
97
98
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
98
99
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 9
9
"type" : " git" ,
10
10
"url" : " git+https://github.com/MrRefactoring/confluence.js.git"
11
11
},
12
- "publishConfig" : {
13
- "registry" : " https://registry.npmjs.org/"
14
- },
15
12
"main" : " out/index.js" ,
16
13
"types" : " out/index.d.ts" ,
17
14
"scripts" : {
You can’t perform that action at this time.
0 commit comments