Revert "fix_: release version for publishReleaseFiles (#16890)"

This reverts commit 5bfa97caae.
This commit is contained in:
Siddarth Kumar 2024-12-06 18:23:35 +05:30
parent fcaf51cca2
commit 7152c2b409
1 changed files with 1 additions and 2 deletions

View File

@ -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);
} } } }
} }
} }