From f7ba77e04f92f207ee37c8941a37b73b63a6c80b Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 23 Apr 2023 07:26:43 -0400 Subject: [PATCH] ci: set job names and have release depend on build --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a7acfe..d627184 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ workflows: jobs: - setup - node/run: + name: build npm-run: build filters: branches: @@ -26,7 +27,10 @@ workflows: - develop - /^develop-.*$/ - node/run: + name: release npm-run: semantic-release + requires: + - build filters: branches: only: