mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 08:44:57 +00:00
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…
x
Reference in New Issue
Block a user