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 16, 2024
1 parent 3e18c7c commit 92d87ac
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 @@ -30,21 +30,21 @@ jobs:
- name: Build packages
# run: yarn g:build
# run: yarn sdk @helix-bridge/sdk-core build
run: yarn sdk @helix-bridge/sdk-core build
# run: |
# 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/universal-router-sdk build

- name: Publish to GitHub Packages
# run: npm publish -w @helix-bridge/sdk-core
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/universal-router-sdk
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 92d87ac

Please sign in to comment.