diff --git a/.github/workflows/publish-draft-release.yml b/.github/workflows/publish-draft-release.yml index f091a177f508..c2f45cf86255 100644 --- a/.github/workflows/publish-draft-release.yml +++ b/.github/workflows/publish-draft-release.yml @@ -13,12 +13,12 @@ jobs: matrix: runtime: ['polkadot', 'kusama'] container: - image: chevdor/srtool:nightly-2020-07-20 + image: paritytech/srtool:nightly-2020-10-27 volumes: - ${{ github.workspace }}:/build env: PACKAGE: ${{ matrix.runtime }}-runtime - RUSTC_VERSION: nightly-2020-07-20 + RUSTC_VERSION: nightly-2020-10-27 steps: - uses: actions/checkout@v2 - name: Cache target dir diff --git a/scripts/github/polkadot_release.erb b/scripts/github/polkadot_release.erb index dde7165e92ef..2078fa3bb96f 100644 --- a/scripts/github/polkadot_release.erb +++ b/scripts/github/polkadot_release.erb @@ -11,7 +11,7 @@ This release was tested against the following versions of `rustc`. Other version - <%= rustc_stable %> - <%= rustc_nightly %> -WASM runtimes built with [srtool](https://gitlab.com/chevdor/srtool) using `<%= polkadot_json['rustc'] %>`. +WASM runtimes built with [srtool](https://github.com/paritytech/srtool) using `<%= polkadot_json['rustc'] %>`. Proposal hashes: * `polkadot_runtime-v<%= polkadot_runtime %>.compact.wasm - <%= polkadot_json['prop'] %>`