Skip to content

Commit e4f446c

Browse files
author
Phillip Lorenzo
authored
Merge pull request #273 from XYOracleNetwork/develop
update version info and release token
2 parents 2682838 + 02ab757 commit e4f446c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- run: yarn build
3232
- run: yarn publish
3333
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.TOKEN }}
34+
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": "@xyoraclenetwork/sdk-core-nodejs",
3-
"version": "0.70.14",
3+
"version": "0.70.20",
44
"description": "A workspace to aggregated nodejs XYO projects",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)