mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"packages": {
|
||||
"packages/puppeteer": {},
|
||||
"packages/puppeteer": {
|
||||
"include-component-in-tag": false
|
||||
},
|
||||
"packages/puppeteer-core": {},
|
||||
"packages/testserver": {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user