diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 3911e77ff..4abf88e0b 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -30,19 +30,19 @@ jobs: - name: Build packages # run: yarn g: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/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 - name: Publish to GitHub Packages - 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/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