Skip to content

Commit

Permalink
Publish sdk-core
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 11, 2024
1 parent dc3f699 commit 67ed518
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/universal-router-sdk build
yarn sdk @helix-bridge/sdk-core build
- name: Publish to GitHub Packages
run: |
npm publish -w @helix-bridge/universal-router-sdk
npm publish -w @helix-bridge/sdk-core
# 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
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 67ed518

Please sign in to comment.