Skip to content

Commit

Permalink
Merge branch 'main' into fix/dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig committed Jan 28, 2022
2 parents c28704d + 776ced6 commit 3a319ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
npm config set registry 'https://wombat-dressing-room.appspot.com/'
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
npm publish
npm deprecate puppeteer@"$(node utils/get_deprecated_version_range.js)" "Version no longer supported. Upgrade to @latest"
- name: Publish puppeteer-core
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN_PUPPETEER_CORE}}
Expand Down

0 comments on commit 3a319ca

Please sign in to comment.