Skip to content

Commit

Permalink
Merge pull request #84 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Phillip Lorenzo committed Feb 6, 2020
2 parents f8516b5 + b1feb40 commit 729e172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: npm publish --access public
- run: npm publish --@xyo-network:registry=https://registry.npmjs.org/ --access public
env:
NODE_AUTH_TOKEN: $ {{ secrets.NPM_TOKEN }}

Expand All @@ -27,6 +26,7 @@ jobs:
node-version: '10.x'
registry-url: https://npm.pkg.github.com/
scope: '@XYOracleNetwork'
- run: yarn install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdk-archivist-nodejs",
"version": "0.12.11",
"version": "0.12.14",
"description": "XYO Archivist SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 729e172

Please sign in to comment.