Skip to content

Commit 7e1856a

Browse files
committed
Fixed own git release
1 parent e7bc6f5 commit 7e1856a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/github/publishRelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const GithubClient = require('./githubClient');
22
const fs = require('fs');
33
const path = require('path');
44

5-
const GRAFANA_ZABBIX_OWNER = 'alexanderzobnin';
5+
const GRAFANA_ZABBIX_OWNER = 'MGlants';
66
const GRAFANA_ZABBIX_REPO = 'grafana-zabbix';
77

88
const github = new GithubClient(GRAFANA_ZABBIX_OWNER, GRAFANA_ZABBIX_REPO, true);

0 commit comments

Comments
 (0)