We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410e85a commit e104237Copy full SHA for e104237
azure-pipelines.yml
@@ -134,10 +134,6 @@ steps:
134
- script: |
135
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
136
npm exec -- lerna publish from-git --canary --pre-dist-tag canary --preid canary --no-verify-access --yes
137
- yarn install --no-immutable --mode=update-lockfile
138
- git add yarn.lock
139
- git commit -m "update yarn.lock [skip ci]"
140
- git push
141
displayName: 'pre-release canary publish'
142
condition: and(succeeded(), eq(variables.shouldPublish, true))
143
env:
0 commit comments