File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-node@v1
13
13
with :
14
14
node-version : ' 10.x'
15
- registry-url : https://registry.npmjs.org/
16
15
- run : yarn install
17
- - run : npm publish --access public
16
+ - run : npm publish --@xyo-network:registry=https://registry.npmjs.org/ -- access public
18
17
env :
19
18
NODE_AUTH_TOKEN : $ {{ secrets.NPM_TOKEN }}
20
19
27
26
node-version : ' 10.x'
28
27
registry-url : https://npm.pkg.github.com/
29
28
scope : ' @XYOracleNetwork'
29
+ - run : yarn install
30
30
- run : npm publish --access public
31
31
env :
32
32
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sdk-archivist-nodejs" ,
3
- "version" : " 0.12.11 " ,
3
+ "version" : " 0.12.14 " ,
4
4
"description" : " XYO Archivist SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments