use the proper source of publish method
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3760d2a2e5
commit
efc2fa9cf2
|
@ -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
|
||||
}
|
||||
} }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue