Skip to content

Commit 729e172

Browse files
author
Phillip Lorenzo
authored
Merge pull request #84 from XYOracleNetwork/develop
Develop
2 parents f8516b5 + b1feb40 commit 729e172

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: '10.x'
15-
registry-url: https://registry.npmjs.org/
1615
- run: yarn install
17-
- run: npm publish --access public
16+
- run: npm publish --@xyo-network:registry=https://registry.npmjs.org/ --access public
1817
env:
1918
NODE_AUTH_TOKEN: $ {{ secrets.NPM_TOKEN }}
2019

@@ -27,6 +26,7 @@ jobs:
2726
node-version: '10.x'
2827
registry-url: https://npm.pkg.github.com/
2928
scope: '@XYOracleNetwork'
29+
- run: yarn install
3030
- run: npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdk-archivist-nodejs",
3-
"version": "0.12.11",
3+
"version": "0.12.14",
44
"description": "XYO Archivist SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)