Skip to content

Commit

Permalink
Publish universal-router-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 10, 2024
1 parent c6cde28 commit c866be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Build packages
# run: yarn g:build
run: |
yarn sdk @helix-bridge/uniswapx-sdk build
yarn sdk @helix-bridge/universal-router-sdk build
- name: Publish to GitHub Packages
run: |
npm publish -w @helix-bridge/uniswapx-sdk
npm publish -w @helix-bridge/universal-router-sdk
# npm publish -w @helix-bridge/uniswapx-sdk
# npm publish -w @helix-bridge/router-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/universal-router-sdk
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c866be3

Please sign in to comment.