From efc2fa9cf226e507d1b55885a181ba7e6ffb868d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 25 Mar 2020 17:05:48 +0100 Subject: [PATCH] use the proper source of publish method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index c6bb49b0a7..57a6d033c1 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -75,7 +75,7 @@ pipeline { steps { script { switch (btype) { case 'nightly': build(job: 'misc/status.im', wait: false); break - case 'release': gh.publishReleaseMobile(); break + case 'release': github.publishReleaseMobile(); break } } } }