Skip to content

Commit 0bda35b

Browse files
committed
Add puppeteer variable to publish-auxiliary-packages.yml
1 parent 8aeaa7f commit 0bda35b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-auxiliary-packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ on:
88
push:
99
branches:
1010
- main
11+
env:
12+
PUPPETEER_SKIP_DOWNLOAD: "true"
1113

1214
permissions:
1315
contents: none # We use the github app to checkout and push tags
1416

17+
description: |
18+
This is a workflow that publishes any unpublished auxiliary packages to NPM. It is triggered
19+
when we merge the PR created by the bump-auxiliary-packages workflow.
20+
1521
jobs:
1622
publish:
1723
if: |

0 commit comments

Comments
 (0)