Skip to content

Commit a2a0610

Browse files
committed
0.0.3
1 parent 75d4fa9 commit a2a0610

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ jobs:
5858
- run: pnpm exec nx tsc loopring-sdk
5959
- run: pnpm exec nx test loopring-sdk --ci --code-coverage
6060
- run: pnpm exec nx build loopring-sdk
61+
62+
- run: pnpm exec nx publish loopring-sdk --ver ${{ github.event.release.tag_name }}
63+
if: github.event_name == 'release'
64+
env:
65+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/loopring-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/loopexchange-labs/loopring-sdk.git"
66
},
7-
"version": "0.0.1",
7+
"version": "0.0.3",
88
"main": "./index.js",
99
"module": "./index.mjs",
1010
"typings": "./index.d.ts"

0 commit comments

Comments
 (0)