Skip to content

Commit

Permalink
Fix/fix scroll call contract bug (#592)
Browse files Browse the repository at this point in the history
* feat: add doc store

* fix: add test case

* fix: add use legacy tx

* fix: update the readme

* fix: fix the metastore case

* fix: add update the npm version

* fix: fix the release sdk bug
  • Loading branch information
imotai authored Jul 28, 2023
1 parent 9764d63 commit 5917833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3.7.0
with:
node-version: "16.x"
- uses: CultureHQ/actions-yarn@v1.0.1
- run: |
- name: build sdk
run: |
TAG=${GITHUB_REF/refs\/tags\//}
VERSION=${TAG#*v}
echo ${VERSION}
Expand Down

0 comments on commit 5917833

Please sign in to comment.