File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def publishExtensions() {
7575
7676 stage " publish generic version to VS Code Marketplace"
7777 withCredentials([[$class : ' StringBinding' , credentialsId : ' vscode_java_marketplace' , variable : ' TOKEN' ]]) {
78- sh ' vsce publish -p ${TOKEN} --target win32-ia32 win32-arm64 linux-armhf alpine-x64 alpine-arm64 ' + " ${ env.publishPreReleaseFlag} "
78+ sh ' vsce publish -p ${TOKEN}' + " ${ env.publishPreReleaseFlag} "
7979 }
8080
8181 stage " publish specific version to VS Code Marketplace"
@@ -88,7 +88,7 @@ def publishExtensions() {
8888
8989 stage " Publish generic version to Open-VSX Marketplace"
9090 withCredentials([[$class : ' StringBinding' , credentialsId : ' open-vsx-access-token' , variable : ' OVSX_TOKEN' ]]) {
91- sh ' ovsx publish -p ${OVSX_TOKEN} --target win32-ia32 win32-arm64 linux-armhf alpine-x64 alpine-arm64 ' + " ${ env.publishPreReleaseFlag} "
91+ sh ' ovsx publish -p ${OVSX_TOKEN}' + " ${ env.publishPreReleaseFlag} "
9292 }
9393
9494 stage " Publish specific version to Open-VSX Marketplace"
You can’t perform that action at this time.
0 commit comments