From 18a61ee7ae2ab40510830ae5a8b7d1e900d6f303 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Tue, 18 Jan 2022 15:44:25 +0100 Subject: [PATCH 1/3] srtool with features Update when this gets merged https://github.com/chevdor/srtool-actions/pull/9 --- .github/workflows/publish-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 1a0d9dd294..efd8799b17 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -54,7 +54,9 @@ jobs: # Build WASM with Substrate Runtime Tool - name: Srtool build id: srtool_build - uses: chevdor/srtool-actions@v0.3.0 + uses: AcalaNetwork/srtool-actions@build_opts_env + env: + BUILD_OPTS: "--features on-chain-release-build" with: chain: ${{ github.event.inputs.chain }} tag: ${{ github.event.inputs.srtool_image }} @@ -128,4 +130,4 @@ jobs: service: pinata pinataKey: ${{ secrets.PINATA_KEY }} pinataSecret: ${{ secrets.PINATA_SECRET }} - \ No newline at end of file + From 649f01fff36b596bc0f5a14df7ea52bd9538c2eb Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Tue, 18 Jan 2022 15:47:13 +0100 Subject: [PATCH 2/3] remove new line --- .github/workflows/publish-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index efd8799b17..7ac4c840d3 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -130,4 +130,3 @@ jobs: service: pinata pinataKey: ${{ secrets.PINATA_KEY }} pinataSecret: ${{ secrets.PINATA_SECRET }} - From 7fa27cb45ccfb0c22a8da6e38fc6af280b567f91 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Tue, 18 Jan 2022 15:48:40 +0100 Subject: [PATCH 3/3] fix new line --- .github/workflows/publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 7ac4c840d3..b472603782 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -130,3 +130,4 @@ jobs: service: pinata pinataKey: ${{ secrets.PINATA_KEY }} pinataSecret: ${{ secrets.PINATA_SECRET }} +