mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 18:51:12 +00:00
Bump version to v0.9.1 and spec_version to v9010 (#3001)
* bump version and spec_version * fix generate_release_text.rb * Revert "fix generate_release_text.rb" This reverts commit 9e01e0ae4f6db2155d123f69063db7d7564588e0. * fix publish_draft_release * fix publish_draft_release * update target cache
This commit is contained in:
@@ -105,13 +105,13 @@ westend_runtime = get_runtime('westend', polkadot_path)
|
||||
|
||||
polkadot_json = JSON.parse(
|
||||
File.read(
|
||||
ENV['GITHUB_WORKSPACE'] + '/polkadot-srtool-json/srtool_output.json'
|
||||
"#{ENV['GITHUB_WORKSPACE']}/polkadot-srtool-json/polkadot_srtool_output.json"
|
||||
)
|
||||
)
|
||||
|
||||
kusama_json = JSON.parse(
|
||||
File.read(
|
||||
ENV['GITHUB_WORKSPACE'] + '/kusama-srtool-json/srtool_output.json'
|
||||
"#{ENV['GITHUB_WORKSPACE']}/kusama-srtool-json/kusama_srtool_output.json"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user