Skip to content

Commit dcaff46

Browse files
Fix release notes generation (#2868) (#3019)
1 parent 640f5ad commit dcaff46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cumulus/scripts/ci/changelog/bin/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ ENV['REF2'] = ref2
2929

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

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

3535
substrate_ref1 = gh_cumulus.get_dependency_reference(ref1, 'sp-io')
3636
substrate_ref2 = gh_cumulus.get_dependency_reference(ref2, 'sp-io')

0 commit comments

Comments
 (0)