From 6c438b4e112a36ac23f48b46c7ed41b6386ea598 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 26 Apr 2019 15:41:40 -0400 Subject: [PATCH] Attempt release with --no-ci flag --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db11a19ee..d9d1d9258 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,9 +66,11 @@ jobs: command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config + # --no-ci argument is not ideal; however, semantic-rlease thinks we're + # attempting to run it from a `pr`, which is not the case - run: name: Publish using Semantic Release - command: npx semantic-release --debug + command: npx semantic-release --debug --no-ci workflows: version: 2