Skip to content

Commit 9e5f1cb

Browse files
authored
Merge pull request #50 from tiagosiebler/fix/action
rebuild npm publish action
2 parents 69ca3b2 + c3bf4b1 commit 9e5f1cb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
registry-url: https://registry.npmjs.org/
4242

4343
- run: npm ci
44+
if: steps.version-updated.outputs.has-updated
4445
- run: npm run build
46+
if: steps.version-updated.outputs.has-updated
4547
- run: npm publish
4648
if: steps.version-updated.outputs.has-updated
4749
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bybit-api",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)