Commit 76faafa 1 parent 38c5668 commit 76faafa Copy full SHA for 76faafa
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,15 @@ jobs:
31
31
- name : Build packages
32
32
# run: yarn g:build
33
33
run : |
34
- yarn sdk @helix-bridge/v2-sdk build
35
- yarn sdk @helix-bridge/v3-sdk build
34
+ yarn sdk @helix-bridge/router-sdk build
36
35
37
36
- name : Publish to GitHub Packages
38
37
run : |
39
- npm publish -w @helix-bridge/v2-sdk
40
- npm publish -w @helix-bridge/v3-sdk
38
+ npm publish -w @helix-bridge/router-sdk
39
+ # npm publish -w @helix-bridge/v2-sdk
40
+ # npm publish -w @helix-bridge/v3-sdk
41
41
# npm publish -w @helix-bridge/sdk-core
42
42
# npm publish -w @helix-bridge/universal-router-sdk
43
43
# npm publish -w @helix-bridge/uniswapx-sdk
44
- # npm publish -w @helix-bridge/router-sdk
45
44
env :
46
45
NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments