mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user