Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix release report generation script (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Sep 6, 2022
1 parent 465abc2 commit c2d9753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/changelog/bin/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ else
{ name: "statemine", data: $srtool_statemine[0] },
{ name: "statemint", data: $srtool_statemint[0] },
{ name: "rococo", data: $srtool_rococo_parachain[0] },
{ name: "contracts", data: $srtool_contracts_rococo[0] }
{ name: "polkadot-collectives", data: $srtool_polkadot_collectives[0] },
{ name: "contracts", data: $srtool_contracts_rococo[0] },
{ name: "polkadot-collectives", data: $srtool_polkadot_collectives[0] }
] }\' > context.json',
cumulus_data,
substrate_data,
Expand Down

0 comments on commit c2d9753

Please sign in to comment.