Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 9591792

Browse files
authored
ci: add necessary bin setups to release workflow (#685)
1 parent f819cc2 commit 9591792

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/release.yml

+22
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ jobs:
2020
with:
2121
node-version: "16.x"
2222
registry-url: "https://registry.npmjs.org"
23+
- name: Setup Polkadot
24+
uses: ./.github/actions/setup-binary
25+
with:
26+
binary-name: polkadot
27+
binary-version: v0.9.37
28+
binary-github: https://github.com/paritytech/polkadot
29+
- name: Setup Cumulus
30+
uses: ./.github/actions/setup-binary
31+
with:
32+
binary-name: polkadot-parachain
33+
binary-version: v0.9.370
34+
binary-github: https://github.com/paritytech/cumulus
35+
- name: Setup substrate-contracts-node
36+
uses: ./.github/actions/setup-substrate-contracts-node
37+
with:
38+
version: v0.24.0
39+
- name: Setup Zombienet
40+
uses: ./.github/actions/setup-binary
41+
with:
42+
binary-name: zombienet-linux-x64
43+
binary-version: v1.3.30
44+
binary-github: https://github.com/paritytech/zombienet
2345
- name: Build NPM Package
2446
run: deno task dnt ${{steps.get_tag_version.outputs.tag_version}}
2547
- run: npm pack

0 commit comments

Comments
 (0)