Attempt release with --no-ci flag

This commit is contained in:
dannyrb 2019-04-26 15:41:40 -04:00
parent 9c84420e4a
commit 6c438b4e11

View File

@ -66,9 +66,11 @@ jobs:
command: command:
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking
no\n" > ~/.ssh/config 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: - run:
name: Publish using Semantic Release name: Publish using Semantic Release
command: npx semantic-release --debug command: npx semantic-release --debug --no-ci
workflows: workflows:
version: 2 version: 2