Skip to content

Commit 96331de

Browse files
authored
devops: start actually publishing @next versions for tip-of-tree commits (#1893)
The https://github.com/microsoft/playwright/runs/603719537 was pretty successful.
1 parent 5b085fd commit 96331de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/publish_all_packages.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ else
6767
fi
6868

6969
npm run clean
70-
npm publish . --tag="${NPM_PUBLISH_TAG}" --dry-run
71-
npm publish packages/playwright-firefox --tag="${NPM_PUBLISH_TAG}" --dry-run
72-
npm publish packages/playwright-webkit --tag="${NPM_PUBLISH_TAG}" --dry-run
73-
npm publish packages/playwright-chromium --tag="${NPM_PUBLISH_TAG}" --dry-run
74-
npm publish packages/playwright --tag="${NPM_PUBLISH_TAG}" --dry-run
70+
npm publish . --tag="${NPM_PUBLISH_TAG}"
71+
npm publish packages/playwright-firefox --tag="${NPM_PUBLISH_TAG}"
72+
npm publish packages/playwright-webkit --tag="${NPM_PUBLISH_TAG}"
73+
npm publish packages/playwright-chromium --tag="${NPM_PUBLISH_TAG}"
74+
npm publish packages/playwright --tag="${NPM_PUBLISH_TAG}"
7575

7676
echo "Done."

0 commit comments

Comments
 (0)