chore: update publish workflow (#9065)

This PR combines the publishing workflows for npm packages and Docker.
It also fixes an issue where multiple tags would trigger publishing all
packages.
This commit is contained in:
jrandolf
2022-10-06 11:44:52 +02:00
committed by GitHub
parent 416d56b033
commit 9d13343d67
6 changed files with 1882 additions and 968 deletions

View File

@@ -1,6 +1,8 @@
{
"packages": {
"packages/puppeteer": {},
"packages/puppeteer": {
"include-component-in-tag": false
},
"packages/puppeteer-core": {},
"packages/testserver": {}
},