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