Skip to content

Commit

Permalink
Fix/fix scroll call contract bug (#591)
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
  • Loading branch information
imotai committed Jul 28, 2023
1 parent c6f9c41 commit 9764d63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sdk_cd.yml
Expand Up @@ -17,7 +17,10 @@ jobs:
node-version: "16.x"
- uses: CultureHQ/actions-yarn@v1.0.1
- run: |
cd sdk && yarn && make && yarn build
TAG=${GITHUB_REF/refs\/tags\//}
VERSION=${TAG#*v}
echo ${VERSION}
cd sdk && yarn version --new-version ${VERSION} && yarn && make && yarn build
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NMP_TOKEN }}
Expand Down

0 comments on commit 9764d63

Please sign in to comment.