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