[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
This commit is contained in:
s3krit
2020-08-05 19:32:03 +02:00
committed by GitHub
parent 03e696ab76
commit 6d0f9df65a
@@ -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