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') {
|
||||
when { expression { params.PUBLISH } }
|
||||
steps { script {
|
||||
def version = sh(script: './scripts/version.sh', returnStdout: true).trim()
|
||||
github.publishReleaseFiles(repo: 'status-desktop', version: version);
|
||||
github.publishReleaseFiles(repo: 'status-desktop');
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue