From 52ffe7be6d202675100db58abb9793809721865d Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 24 Dec 2024 12:32:10 +0200 Subject: [PATCH] fix param name 2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd64453257ea..feddd0a07d29 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,7 +84,7 @@ commands: - when: condition: not: - equal: [stable, << pipeline.parameters.react-version >>] + equal: [stable, << pipeline.parameters.with-react-version >>] steps: - run: name: Change pnpm setting to not install peer dependencies