Skip to content

Commit 9764d63

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sdk_cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
node-version: "16.x"
1818
- uses: CultureHQ/[email protected]
1919
- run: |
20-
cd sdk && yarn && make && yarn build
20+
TAG=${GITHUB_REF/refs\/tags\//}
21+
VERSION=${TAG#*v}
22+
echo ${VERSION}
23+
cd sdk && yarn version --new-version ${VERSION} && yarn && make && yarn build
2124
- uses: JS-DevTools/npm-publish@v2
2225
with:
2326
token: ${{ secrets.NMP_TOKEN }}

0 commit comments

Comments
 (0)