We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3f699 commit 67ed518Copy full SHA for 67ed518
.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/universal-router-sdk build
+ yarn sdk @helix-bridge/sdk-core build
35
36
- name: Publish to GitHub Packages
37
38
- npm publish -w @helix-bridge/universal-router-sdk
+ npm publish -w @helix-bridge/sdk-core
39
+ # npm publish -w @helix-bridge/universal-router-sdk
40
# npm publish -w @helix-bridge/uniswapx-sdk
41
# npm publish -w @helix-bridge/router-sdk
42
# npm publish -w @helix-bridge/v2-sdk
43
# npm publish -w @helix-bridge/v3-sdk
- # npm publish -w @helix-bridge/sdk-core
44
env:
45
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments