Skip to content

Commit 85f9363

Browse files
authored
chore(ci): fix issues with bumping and publishing workflows (#2316)
1 parent 613dd40 commit 85f9363

File tree

4 files changed

+2
-122
lines changed

4 files changed

+2
-122
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Bump Auxiliary Packages
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- main
74

85
jobs:
96
update_generated_files:
@@ -36,7 +33,7 @@ jobs:
3633
3734
- name: Install Dependencies
3835
run: |
39-
npm ci
36+
npm ci --workspace @mongosh/build
4037
4138
- name: Bump packages
4239
run: |

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444

4545
- name: Install Dependencies
4646
run: |
47-
npm run bootstrap-ci
48-
shell: bash
47+
npm ci --workspace @mongosh/build
4948
5049
- name: "Publish what is not already in NPM"
5150
env:

0 commit comments

Comments
 (0)