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