Skip to content

Commit 76faafa

Browse files
committed
Publish router-sdk
1 parent 38c5668 commit 76faafa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release-packages.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,15 @@ jobs:
3131
- name: Build packages
3232
# run: yarn g:build
3333
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
3635
3736
- name: Publish to GitHub Packages
3837
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
4141
# npm publish -w @helix-bridge/sdk-core
4242
# npm publish -w @helix-bridge/universal-router-sdk
4343
# npm publish -w @helix-bridge/uniswapx-sdk
44-
# npm publish -w @helix-bridge/router-sdk
4544
env:
4645
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)