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 75d4fa9 commit a2a0610Copy full SHA for a2a0610
.github/workflows/ci.yml
@@ -58,3 +58,8 @@ jobs:
58
- run: pnpm exec nx tsc loopring-sdk
59
- run: pnpm exec nx test loopring-sdk --ci --code-coverage
60
- 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
@@ -4,7 +4,7 @@
4
"type": "git",
5
"url": "https://github.com/loopexchange-labs/loopring-sdk.git"
6
},
7
- "version": "0.0.1",
+ "version": "0.0.3",
8
"main": "./index.js",
9
"module": "./index.mjs",
10
"typings": "./index.d.ts"
0 commit comments