From a768f405b807612bc8c5709b16d15a9b0c0f28a1 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Thu, 31 Aug 2023 10:06:25 +0800 Subject: [PATCH] Upgrade srtool action --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df0decb48..d8453fac0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,10 +112,7 @@ jobs: chmod +x ${BIN_PATH}/gomplate - name: Build ${{ matrix.runtime }} runtime id: srtool_build - uses: chevdor/srtool-actions@v0.7.0 - env: - # https://github.com/chevdor/srtool-actions/blob/89fe4b5285f6ca2212adcbb2726a2860e8d56d12/action.yml#LL123C54-L123C54 - AUTHORIZE_UPGRADE_PREFIX: "0x02" + uses: chevdor/srtool-actions@v0.8.0 with: image: paritytech/srtool tag: "1.70.0"