chore(ci): different attempt to publish on Travis
This commit is contained in:
parent
ec3ee66043
commit
019eaa4470
|
|
@ -43,6 +43,7 @@ before_deploy:
|
||||||
- node utils/apply_next_version.js
|
- node utils/apply_next_version.js
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
skip_cleanup: true
|
||||||
provider: script
|
provider: script
|
||||||
script: utils/publish_all_packages.sh --tip-of-tree
|
script: utils/publish_all_packages.sh --tip-of-tree
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
|
|
@ -73,8 +73,7 @@ elif [[ $1 == "--tip-of-tree" ]]; then
|
||||||
echo "Did not find \$CI env - cannot publish tip-of-tree release not from CI"
|
echo "Did not find \$CI env - cannot publish tip-of-tree release not from CI"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
# We don't do `npm run clean` here since travis deploy will remove node
|
npm run clean
|
||||||
# modules, and our `npm run clean` relies on `rimraf` to be installed.
|
|
||||||
npm publish . --tag="next"
|
npm publish . --tag="next"
|
||||||
npm publish packages/playwright-firefox --tag="next"
|
npm publish packages/playwright-firefox --tag="next"
|
||||||
npm publish packages/playwright-webkit --tag="next"
|
npm publish packages/playwright-webkit --tag="next"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue