You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The runtime dir to be used (⚠️ this parameter is optional and needed only in case of the single runtime build, set it accordingly to the runtime you want to build)
description: Tag matching the actual release candidate with the format polkadot-stableYYMM(-X)-rcY or polkadot-stableYYMM(-X)
35
+
type: string
36
+
37
+
workflow_call:
38
+
inputs:
39
+
chain:
40
+
description: The chain to use
41
+
default: all
42
+
required: true
43
+
type: string
44
+
runtime_dir:
45
+
description: The runtime dir to be used (⚠️ this parameter is optional and needed only in case of the single runtime build, set it accordingly to the runtime you want to build)
46
+
default: polkadot/runtime/westend
47
+
type: string
48
+
release_tag:
49
+
description: Tag matching the actual release candidate with the format polkadot-stableYYMM(-X)-rcY or polkadot-stableYYMM(-X)
0 commit comments