From 96b64bd967f8c17fbd5a7e9488af9090f92b5c17 Mon Sep 17 00:00:00 2001 From: ns212 Date: Wed, 20 Apr 2022 16:53:31 +0100 Subject: [PATCH] Chore: use custom srtool image with nightly-2022-02-08 --- .github/workflows/draft-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e036082054..4385634ba3 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -20,7 +20,8 @@ jobs: id: srtool_build uses: chevdor/srtool-actions@v0.2.0 with: - image: docker.io/interlayhq/srtool:nightly-2022-02-08 + image: docker.io/interlayhq/srtool + tag: nightly-2022-02-08 package: ${{ matrix.runtime }}-runtime-parachain runtime_dir: ./parachain/runtime/${{ matrix.runtime }} chain: ${{ matrix.runtime }} @@ -45,7 +46,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - run: git fetch --prune --unshallow + with: + fetch-depth: 0 - uses: actions-rs/toolchain@v1 with: toolchain: nightly-2021-10-12