From e1331959f6937affdfa15218df0eef145f230656 Mon Sep 17 00:00:00 2001 From: Peter White Date: Thu, 29 Aug 2024 16:32:55 -0600 Subject: [PATCH] feat(ci): srtool to use on-chain-release-build feature (#249) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d43fb075..07df177d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,8 @@ jobs: - name: Build ${{ matrix.runtime }} runtime id: srtool_build uses: chevdor/srtool-actions@v0.9.2 + env: + BUILD_OPTS: "--features on-chain-release-build" with: chain: ${{ matrix.runtime }} package: "pop-runtime-${{ matrix.runtime }}"