Skip to content

Commit

Permalink
Merge pull request #50 from tiagosiebler/fix/action
Browse files Browse the repository at this point in the history
rebuild npm publish action
  • Loading branch information
tiagosiebler committed Dec 26, 2020
2 parents 69ca3b2 + c3bf4b1 commit 9e5f1cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9e5f1cb

Please sign in to comment.