Skip to content

Commit b1feb40

Browse files
author
pllearns
committed
patch bump and install add to gpr
1 parent 2b20da6 commit b1feb40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
node-version: '10.x'
2727
registry-url: https://npm.pkg.github.com/
2828
scope: '@XYOracleNetwork'
29+
- run: yarn install
2930
- run: npm publish --access public
3031
env:
3132
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)