From 9239f9a5d0a2bde3926f305976169588cc582f93 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 20 Jun 2023 00:54:31 -0400 Subject: [PATCH] fix(debug): add debug to ci, npm not publishing correctly --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7056be6..657dbb1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ workflows: - /^develop-.*$/ - node/run: name: release - npm-run: semantic-release + npm-run: semantic-release --dry-run --debug requires: - build filters: