From 7152c2b409ec827547925fbf9bb87fb202b3ca5d Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 6 Dec 2024 18:23:35 +0530 Subject: [PATCH] Revert "fix_: release version for publishReleaseFiles (#16890)" This reverts commit 5bfa97caaec26ad590604c96097c500a52ca4757. --- ci/Jenkinsfile.combined | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 21f3abdb2a..03de8e3f0b 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -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'); } } } }