From 2b20da65e06f464462d55517799b720fafd27cc3 Mon Sep 17 00:00:00 2001 From: pllearns Date: Wed, 5 Feb 2020 17:30:33 -0800 Subject: [PATCH 1/2] bump patch and hard code commmand --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 20badcc..b8c8bf2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} From b1feb404e1998901b1adeb25fd872c77b2be128b Mon Sep 17 00:00:00 2001 From: pllearns Date: Wed, 5 Feb 2020 17:30:48 -0800 Subject: [PATCH 2/2] patch bump and install add to gpr --- .github/workflows/publish.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8c8bf2..66efc12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,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}} \ No newline at end of file diff --git a/package.json b/package.json index 2c18f58..fce1641 100644 --- a/package.json +++ b/package.json @@ -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",