We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b20da6 commit b1feb40Copy full SHA for b1feb40
.github/workflows/publish.yml
@@ -26,6 +26,7 @@ jobs:
26
node-version: '10.x'
27
registry-url: https://npm.pkg.github.com/
28
scope: '@XYOracleNetwork'
29
+ - run: yarn install
30
- run: npm publish --access public
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sdk-archivist-nodejs",
3
- "version": "0.12.11",
+ "version": "0.12.14",
4
"description": "XYO Archivist SDK",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments