Skip to content
Snippets Groups Projects
Commit 6d0f9df6 authored by s3krit's avatar s3krit Committed by GitHub
Browse files

[CI] Fix draft release publishing (#1546)

Small oversight, realised I was checking `git log version..old_version` rather than the other way round. Not sure how this slipped through
parent 03e696ab
No related merge requests found
......@@ -27,7 +27,7 @@ last_version = pg
.sort_by { |v| Gem::Version.new(v.slice(1...)) }[-2]
polkadot_cl = Changelog.new(
'paritytech/polkadot', version, last_version, token: token
'paritytech/polkadot', last_version, version, token: token
)
# Get prev and cur substrate SHAs - parse the old and current Cargo.lock for
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment