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.
2 parents 2682838 + 02ab757 commit e4f446cCopy full SHA for e4f446c
.github/workflows/release.yml
@@ -31,4 +31,4 @@ jobs:
31
- run: yarn build
32
- run: yarn publish
33
env:
34
- NODE_AUTH_TOKEN: ${{ secrets.TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@xyoraclenetwork/sdk-core-nodejs",
3
- "version": "0.70.14",
+ "version": "0.70.20",
4
"description": "A workspace to aggregated nodejs XYO projects",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments