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 69ca3b2 + c3bf4b1 commit 9e5f1cbCopy full SHA for 9e5f1cb
2 files changed
.github/workflows/npmpublish.yml
@@ -41,7 +41,9 @@ jobs:
41
registry-url: https://registry.npmjs.org/
42
43
- run: npm ci
44
+ if: steps.version-updated.outputs.has-updated
45
- run: npm run build
46
47
- run: npm publish
48
if: steps.version-updated.outputs.has-updated
49
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bybit-api",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
0 commit comments