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