We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cde28 commit c866be3Copy full SHA for c866be3
.github/workflows/release-packages.yml
@@ -31,15 +31,15 @@ jobs:
31
- name: Build packages
32
# run: yarn g:build
33
run: |
34
- yarn sdk @helix-bridge/uniswapx-sdk build
+ yarn sdk @helix-bridge/universal-router-sdk build
35
36
- name: Publish to GitHub Packages
37
38
- npm publish -w @helix-bridge/uniswapx-sdk
+ npm publish -w @helix-bridge/universal-router-sdk
39
+ # npm publish -w @helix-bridge/uniswapx-sdk
40
# npm publish -w @helix-bridge/router-sdk
41
# npm publish -w @helix-bridge/v2-sdk
42
# npm publish -w @helix-bridge/v3-sdk
43
# npm publish -w @helix-bridge/sdk-core
- # npm publish -w @helix-bridge/universal-router-sdk
44
env:
45
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments