diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c2cd831e..99e61d9fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,28 @@ jobs: with: node-version: "16.x" registry-url: "https://registry.npmjs.org" + - name: Setup Polkadot + uses: ./.github/actions/setup-binary + with: + binary-name: polkadot + binary-version: v0.9.37 + binary-github: https://github.com/paritytech/polkadot + - name: Setup Cumulus + uses: ./.github/actions/setup-binary + with: + binary-name: polkadot-parachain + binary-version: v0.9.370 + binary-github: https://github.com/paritytech/cumulus + - name: Setup substrate-contracts-node + uses: ./.github/actions/setup-substrate-contracts-node + with: + version: v0.24.0 + - name: Setup Zombienet + uses: ./.github/actions/setup-binary + with: + binary-name: zombienet-linux-x64 + binary-version: v1.3.30 + binary-github: https://github.com/paritytech/zombienet - name: Build NPM Package run: deno task dnt ${{steps.get_tag_version.outputs.tag_version}} - run: npm pack