Skip to content

Commit 5917833

Browse files
authored
Fix/fix scroll call contract bug (#592)
* 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
1 parent 9764d63 commit 5917833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/[email protected]
1616
with:
1717
node-version: "16.x"
18-
- uses: CultureHQ/[email protected]
19-
- run: |
18+
- name: build sdk
19+
run: |
2020
TAG=${GITHUB_REF/refs\/tags\//}
2121
VERSION=${TAG#*v}
2222
echo ${VERSION}

0 commit comments

Comments
 (0)