We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a313c commit 005f55aCopy full SHA for 005f55a
Jenkinsfile
@@ -83,7 +83,7 @@ node('rhel8'){
83
}
84
85
// open-vsx Marketplace
86
- sh "npm install -g ovsx"
+ sh 'npm install -g "ovsx@<0.3.0"'
87
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
88
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
89
0 commit comments