Skip to content

Commit 8a58b0b

Browse files
committed
Publish sdk-core
1 parent 5dc88a6 commit 8a58b0b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/release-packages.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ jobs:
2929
yarn config unset npmAuthToken
3030
3131
- name: Build packages
32-
run: yarn g:build
32+
# run: yarn g:build
33+
run: yarn sdk @helix-bridge/sdk-core build
3334

3435
- name: Publish to GitHub Packages
3536
run: |
3637
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
4243
env:
4344
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)