Skip to content

Commit 67ed518

Browse files
committed
Publish sdk-core
1 parent dc3f699 commit 67ed518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-packages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
- name: Build packages
3232
# run: yarn g:build
3333
run: |
34-
yarn sdk @helix-bridge/universal-router-sdk build
34+
yarn sdk @helix-bridge/sdk-core build
3535
3636
- name: Publish to GitHub Packages
3737
run: |
38-
npm publish -w @helix-bridge/universal-router-sdk
38+
npm publish -w @helix-bridge/sdk-core
39+
# npm publish -w @helix-bridge/universal-router-sdk
3940
# npm publish -w @helix-bridge/uniswapx-sdk
4041
# npm publish -w @helix-bridge/router-sdk
4142
# npm publish -w @helix-bridge/v2-sdk
4243
# npm publish -w @helix-bridge/v3-sdk
43-
# npm publish -w @helix-bridge/sdk-core
4444
env:
4545
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)