Skip to content

Commit

Permalink
Publish v2-sdk and v3-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 10, 2024
1 parent 69e41a6 commit a1a92fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ jobs:
- name: Build packages
# run: yarn g:build
run: yarn sdk @helix-bridge/sdk-core build
run: |
yarn sdk @helix-bridge/v2-sdk build
yarn sdk @helix-bridge/v3-sdk build
- name: Publish to GitHub Packages
run: |
npm publish -w @helix-bridge/sdk-core
# npm publish -w @helix-bridge/v2-sdk
# npm publish -w @helix-bridge/v3-sdk
npm publish -w @helix-bridge/v2-sdk
npm publish -w @helix-bridge/v3-sdk
# npm publish -w @helix-bridge/sdk-core
# npm publish -w @helix-bridge/router-sdk
# npm publish -w @helix-bridge/uniswapx-sdk
# npm publish -w @helix-bridge/universal-router-sdk
Expand Down

0 comments on commit a1a92fe

Please sign in to comment.