YAML for NPM Stage
Stage an artifact in the NPM registry for approval before publishing.
YAML examples for NPM Stage
Stage artifact in NPM registry
yaml- action: "Stage to NPM" type: "NPM_STAGE" integration: "npm_integration" npm_registry: "NPM"
Stage artifact in NPM registry with all options
yaml- action: "Stage to NPM" type: "NPM_STAGE" integration: "npm_integration" npm_registry: "NPM" source_path: "/buddy/my-artifact" tag: "latest" access: "PUBLIC" ignore_scripts: true