Skip to content

Commit

Permalink
chore(ci): fix issues with bumping and publishing workflows (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Jan 14, 2025
1 parent 613dd40 commit 85f9363
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 122 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bump-auxiliary-packages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Bump Auxiliary Packages
on:
workflow_dispatch:
push:
branches:
- main

jobs:
update_generated_files:
Expand Down Expand Up @@ -36,7 +33,7 @@ jobs:
- name: Install Dependencies
run: |
npm ci
npm ci --workspace @mongosh/build
- name: Bump packages
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-auxiliary-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:

- name: Install Dependencies
run: |
npm run bootstrap-ci
shell: bash
npm ci --workspace @mongosh/build
- name: "Publish what is not already in NPM"
env:
Expand Down
Loading

0 comments on commit 85f9363

Please sign in to comment.