fix_: release version for publishReleaseFiles (#16890)
This commit is contained in:
parent
50c065f606
commit
5bfa97caae
|
@ -86,7 +86,8 @@ pipeline {
|
|||
stage('Publish') {
|
||||
when { expression { params.PUBLISH } }
|
||||
steps { script {
|
||||
github.publishReleaseFiles(repo: 'status-desktop');
|
||||
def version = sh(script: './scripts/version.sh', returnStdout: true).trim()
|
||||
github.publishReleaseFiles(repo: 'status-desktop', version: version);
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue