From c3bf4b19457cdc9d2f1634dba3f0e623352f125c Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 26 Dec 2020 18:01:46 +0000 Subject: [PATCH] rebuild publish action --- .github/workflows/npmpublish.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 41f2c5c1..f2af8e7f 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -41,7 +41,9 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci + if: steps.version-updated.outputs.has-updated - run: npm run build + if: steps.version-updated.outputs.has-updated - run: npm publish if: steps.version-updated.outputs.has-updated env: diff --git a/package.json b/package.json index 0078d6da..97562c50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bybit-api", - "version": "1.3.0", + "version": "1.3.1", "description": "A production-ready Node.js connector for the Bybit APIs and WebSockets", "main": "lib/index.js", "types": "lib/index.d.ts",