Skip to content

Commit 8aeaa7f

Browse files
committed
chore(ci): don't download chrome in bump-auxiliary-packages
1 parent f3bee86 commit 8aeaa7f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on:
55
permissions:
66
contents: none # We use the github app to checkout and create PR
77

8+
env:
9+
PUPPETEER_SKIP_DOWNLOAD: "true"
10+
11+
description: |
12+
This workflow increases the versions of the auxiliary (i.e. non-mongosh) packages and creates a PR
13+
as a first step for a release. Use this workflow when you don't want to do a full mongosh release,
14+
but do need to pick up unreleased changes in one of the @mongosh/* packages.
15+
816
jobs:
917
update_generated_files:
1018
name: Bump packages
@@ -41,8 +49,6 @@ jobs:
4149
- name: Bump packages
4250
run: |
4351
npm run bump-auxiliary
44-
git add .
45-
git commit --no-allow-empty -m "chore(release): bump packages for auxiliary release" || true
4652
4753
- name: Create Pull Request
4854
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5

0 commit comments

Comments
 (0)