From c623a8541d97ea8355792dc226f2c625e8063b23 Mon Sep 17 00:00:00 2001 From: Akarshit Wal Date: Tue, 22 Jun 2021 18:35:38 -0600 Subject: [PATCH] fix: remove dry from semantic release Signed-off-by: Akarshit Wal --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 688eb761c..3c25735fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,7 @@ jobs: - reaction-v3-node-modules-{{ .Branch }} - run: name: Push the latest version to npm - command: yarn run semantic-release --dry-run + command: yarn run semantic-release docker-build-push: <<: *defaults