Skip to content

Commit

Permalink
Revert "fix_: release version for publishReleaseFiles (#16890)"
Browse files Browse the repository at this point in the history
This reverts commit 5bfa97c.
  • Loading branch information
siddarthkay committed Dec 6, 2024
1 parent fcaf51c commit 7152c2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
Expand Up @@ -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');
} }
}
}
Expand Down

0 comments on commit 7152c2b

Please sign in to comment.