fix: remove withCredentials wrapper for npm publish

这个提交包含在:
XuqmGroup 2026-05-14 19:21:37 +08:00
父节点 7aebf47ce4
当前提交 19deb4f00c

4
Jenkinsfile vendored
查看文件

@ -73,8 +73,6 @@ pipeline {
expression { return params.PUBLISH }
}
steps {
script {
withCredentials([string(credentialsId: 'ACR_PASSWORD', variable: 'TOKEN')]) {
bat """
npm config set registry %NEXUS_REGISTRY%
npm publish --workspaces --registry %NEXUS_REGISTRY% --verbose
@ -82,8 +80,6 @@ pipeline {
}
}
}
}
}
post {
success {