devops: start actually publishing @next versions for tip-of-tree commits (#1893)
The https://github.com/microsoft/playwright/runs/603719537 was pretty successful.
This commit is contained in:
parent
5b085fdf03
commit
96331de1f1
|
|
@ -67,10 +67,10 @@ else
|
|||
fi
|
||||
|
||||
npm run clean
|
||||
npm publish . --tag="${NPM_PUBLISH_TAG}" --dry-run
|
||||
npm publish packages/playwright-firefox --tag="${NPM_PUBLISH_TAG}" --dry-run
|
||||
npm publish packages/playwright-webkit --tag="${NPM_PUBLISH_TAG}" --dry-run
|
||||
npm publish packages/playwright-chromium --tag="${NPM_PUBLISH_TAG}" --dry-run
|
||||
npm publish packages/playwright --tag="${NPM_PUBLISH_TAG}" --dry-run
|
||||
npm publish . --tag="${NPM_PUBLISH_TAG}"
|
||||
npm publish packages/playwright-firefox --tag="${NPM_PUBLISH_TAG}"
|
||||
npm publish packages/playwright-webkit --tag="${NPM_PUBLISH_TAG}"
|
||||
npm publish packages/playwright-chromium --tag="${NPM_PUBLISH_TAG}"
|
||||
npm publish packages/playwright --tag="${NPM_PUBLISH_TAG}"
|
||||
|
||||
echo "Done."
|
||||
|
|
|
|||
Loading…
Reference in a new issue