use the proper source of publish method

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-25 17:05:48 +01:00
parent 3760d2a2e5
commit efc2fa9cf2
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
} }
}