From f33380fa59bde4a9a38859cee6830404239df863 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 4 Jun 2020 15:43:11 +0300 Subject: [PATCH] fix job --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc75132..494fcc8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -157,9 +157,9 @@ jobs: command: './.circleci/make-package.sh' no_output_timeout: 15m - run: - name: Publish release - command: 'node ./.circleci/github/publishRelease.js' - no_output_timeout: 15m + name: Publish release + command: 'node ./.circleci/github/publishRelease.js' + no_output_timeout: 15m make-release: working_directory: ~/alexanderzobnin/grafana-zabbix