chore: apply deprecation command (#7929)
This commit is contained in:
parent
afea509544
commit
776ced620e
1
.github/workflows/publish-on-tag.yml
vendored
1
.github/workflows/publish-on-tag.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
npm config set registry 'https://wombat-dressing-room.appspot.com/'
|
npm config set registry 'https://wombat-dressing-room.appspot.com/'
|
||||||
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
|
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
|
||||||
npm publish
|
npm publish
|
||||||
|
npm deprecate puppeteer@"$(node utils/get_deprecated_version_range.js)" "Version no longer supported. Upgrade to @latest"
|
||||||
- name: Publish puppeteer-core
|
- name: Publish puppeteer-core
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{secrets.NPM_TOKEN_PUPPETEER_CORE}}
|
NPM_TOKEN: ${{secrets.NPM_TOKEN_PUPPETEER_CORE}}
|
||||||
|
Loading…
Reference in New Issue
Block a user