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 11, 2024
1 parent 639126e commit 4943be9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
# yarn sdk @helix-bridge/v2-sdk build
# yarn sdk @helix-bridge/v3-sdk build
# run: yarn sdk @helix-bridge/router-sdk build
run: yarn sdk @helix-bridge/uniswapx-sdk build
# run: yarn sdk @helix-bridge/universal-router-sdk build
# run: yarn sdk @helix-bridge/uniswapx-sdk build
run: yarn sdk @helix-bridge/universal-router-sdk build

- name: Publish to GitHub Packages
# run: npm publish -w @helix-bridge/sdk-core
# run: |
# npm publish -w @helix-bridge/v2-sdk
# npm publish -w @helix-bridge/v3-sdk
# run: npm publish -w @helix-bridge/router-sdk
run: npm publish -w @helix-bridge/uniswapx-sdk
# run: npm publish -w @helix-bridge/universal-router-sdk
# run: npm publish -w @helix-bridge/uniswapx-sdk
run: npm publish -w @helix-bridge/universal-router-sdk
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 4943be9

Please sign in to comment.