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

Commit

Permalink
Fix release notes generation (#2868)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Jul 14, 2023
1 parent 0fb2bcb commit b90f245
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 @@ -29,8 +29,8 @@ ENV['REF2'] = ref2

gh_cumulus = SubRef.new(format('%<owner>s/%<repo>s', { owner: owner, repo: repo }))

polkadot_ref1 = gh_cumulus.get_dependency_reference(ref1, 'polkadot-client')
polkadot_ref2 = gh_cumulus.get_dependency_reference(ref2, 'polkadot-client')
polkadot_ref1 = gh_cumulus.get_dependency_reference(ref1, 'polkadot-primitives')
polkadot_ref2 = gh_cumulus.get_dependency_reference(ref2, 'polkadot-primitives')

substrate_ref1 = gh_cumulus.get_dependency_reference(ref1, 'sp-io')
substrate_ref2 = gh_cumulus.get_dependency_reference(ref2, 'sp-io')
Expand Down

0 comments on commit b90f245

Please sign in to comment.