Skip to content

Commit 0a0991e

Browse files
committed
chore(ci): fix issues with bumping and publishing workflows
1 parent 435d4ce commit 0a0991e

File tree

4 files changed

+3
-122
lines changed

4 files changed

+3
-122
lines changed

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

Lines changed: 2 additions & 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,11 +33,12 @@ jobs:
3633
3734
- name: Install Dependencies
3835
run: |
39-
npm ci
36+
npm ci --workspace @mongosh/build
4037
4138
- name: Bump packages
4239
run: |
4340
npm run bump-auxiliary
41+
cd ..
4442
git add .
4543
git commit --no-allow-empty -m "chore(release): bump auxiliary packages" || true
4644

.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)