mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: attempt to fix npm canary publishing
This commit is contained in:
parent
449adfd3ae
commit
9d2269dc75
4
.github/workflows/publish_canary_npm.yml
vendored
4
.github/workflows/publish_canary_npm.yml
vendored
@ -22,9 +22,9 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: node utils/build/update_canary_version.js --today-date
|
- run: node utils/build/update_canary_version.js --today-date
|
||||||
if: contains(github.ref, "master")
|
if: contains(github.ref, 'master')
|
||||||
- run: node utils/build/update_canary_version.js --commit-timestamp
|
- run: node utils/build/update_canary_version.js --commit-timestamp
|
||||||
if: contains(github.ref, "release")
|
if: contains(github.ref, 'release')
|
||||||
- run: utils/publish_all_packages.sh --tip-of-tree
|
- run: utils/publish_all_packages.sh --tip-of-tree
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user