Skip to content

Commit

Permalink
Add puppeteer variable to publish-auxiliary-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Mar 4, 2025
1 parent 8aeaa7f commit 0bda35b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-auxiliary-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ on:
push:
branches:
- main
env:
PUPPETEER_SKIP_DOWNLOAD: "true"

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

description: |
This is a workflow that publishes any unpublished auxiliary packages to NPM. It is triggered
when we merge the PR created by the bump-auxiliary-packages workflow.
jobs:
publish:
if: |
Expand Down

0 comments on commit 0bda35b

Please sign in to comment.