We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b9b24 commit 9a06fc5Copy full SHA for 9a06fc5
1 file changed
Jenkinsfile
@@ -100,7 +100,7 @@ node('rhel8'){
100
}
101
102
// Open-vsx Marketplace
103
- sh 'npm install -g "ovsx<0.3.0"'
+ sh 'npm install -g "ovsx@<0.3.0"'
104
withCredentials([[$class: 'StringBinding', credentialsId: 'open-vsx-access-token', variable: 'OVSX_TOKEN']]) {
105
sh 'ovsx publish -p ${OVSX_TOKEN}' + " ${vsix[0].path}"
106
0 commit comments