We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9565dc commit e663d06Copy full SHA for e663d06
.buildkite/pipeline.yml
@@ -86,8 +86,7 @@ steps:
86
branches: master
87
commands:
88
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
89
- - echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" > .npmrc
90
- - yarn lerna publish from-package --no-verify-access --yes
+ - yarn lerna publish from-package --yes --no-verify-access
91
plugins:
92
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v1.0.0:
93
key: "v1-cache-dev-{{ checksum 'yarn.lock' }}"
0 commit comments