Skip to content

Commit

Permalink
Merge pull request #2354 from torusresearch/develop
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
chaitanyapotti authored Sep 8, 2023
2 parents b0095ed + 246c0a0 commit 9e9657c
Show file tree
Hide file tree
Showing 6 changed files with 4,851 additions and 1,426 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run build
run: |
. ./scripts/setup.sh
npm version patch -m 'Updating version to %s [skip ci]'
npm version major -m 'Updating version to %s [skip ci]'
npm run build
. ./scripts/gitPush.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run build
run: |
. ./scripts/setup.sh
npm version patch -m 'Updating version to %s [skip ci]'
npm version major -m 'Updating version to %s [skip ci]'
npm run build
. ./scripts/gitPush.sh
env:
Expand Down
Loading

0 comments on commit 9e9657c

Please sign in to comment.