From bb748a2ec3163041af02be376d5a4bf6b7f8e91d Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 26 Apr 2019 16:28:05 -0400 Subject: [PATCH] Test w/ dry run flag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d9d1d9258..7a949aa47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ jobs: # attempting to run it from a `pr`, which is not the case - run: name: Publish using Semantic Release - command: npx semantic-release --debug --no-ci + command: npx semantic-release --debug --dry-run workflows: version: 2