From d7cfb10a8d3141e32e0bcec24ed0b00d03a32897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 25 Jan 2024 21:37:33 +0100 Subject: [PATCH] Line breaks --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f5f9f0602..1c84285bc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,9 +28,9 @@ jobs: To replicate the build, use the following command: \`\`\`sh - srtool build \ - --root --profile production \ - --package CRATE_NAME --runtime-dir PATH_TO_CRATE \ + srtool build + --root --profile production + --package CRATE_NAME --runtime-dir PATH_TO_CRATE --build-opts="--features=on-chain-release-build" \`\`\` EOF @@ -130,9 +130,9 @@ jobs: To replicate the build, use the following command: \`\`\`sh - srtool build \ - --root --profile production \ - --package CRATE_NAME --runtime-dir PATH_TO_CRATE \ + srtool build + --root --profile production + --package CRATE_NAME --runtime-dir PATH_TO_CRATE --build-opts="--features=on-chain-release-build" \`\`\` EOF