From c18538efabe8fa63235db47dac467c3e627e32c6 Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Wed, 10 Sep 2025 13:09:49 +0200 Subject: [PATCH] Don't use default value for the features --- .github/workflows/manual.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 2e1c6ec..741fdb0 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -8,7 +8,7 @@ on: inputs: srtool_tag: description: The SRTOOL tag to use - default: 1.84.0 + default: 1.88.0 required: false srtool_image: description: The SRTOOL image to use @@ -35,8 +35,7 @@ on: default: master required: false build_opts: - description: The build options to be used to build runtime (can be left empty) - default: --features on-chain-release-build + description: The build options to be used to build runtime e.g. --features on-chain-release-build (can be left empty) required: false profile: description: The profile to be used for the runtime build