diff --git a/.circleci/config.yml b/.circleci/config.yml index bb8e7e5..cc75132 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,6 +156,10 @@ jobs: name: Package plugin command: './.circleci/make-package.sh' no_output_timeout: 15m + - run: + name: Publish release + command: 'node ./.circleci/github/publishRelease.js' + no_output_timeout: 15m make-release: working_directory: ~/alexanderzobnin/grafana-zabbix