add publish release task

This commit is contained in:
Alexander Zobnin
2020-06-04 15:41:40 +03:00
parent ec48fa0e55
commit 57605aa805

View File

@@ -156,6 +156,10 @@ jobs:
name: Package plugin name: Package plugin
command: './.circleci/make-package.sh' command: './.circleci/make-package.sh'
no_output_timeout: 15m no_output_timeout: 15m
- run:
name: Publish release
command: 'node ./.circleci/github/publishRelease.js'
no_output_timeout: 15m
make-release: make-release:
working_directory: ~/alexanderzobnin/grafana-zabbix working_directory: ~/alexanderzobnin/grafana-zabbix