From 57605aa80526e19b4dfb88446dabb539cd6e8cfe Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 4 Jun 2020 15:41:40 +0300 Subject: [PATCH] add publish release task --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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