Skip to content

Commit d2a65ef

Browse files
committed
Simplify bump packages
1 parent 7d56702 commit d2a65ef

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ jobs:
4242
4343
- name: Bump packages
4444
env:
45-
LAST_BUMP_COMMIT_MESSAGE: "chore(release): bump package versions"
4645
SKIP_BUMP_PACKAGES: "mongodb-compass"
47-
run: |
48-
npm run bump-packages
49-
git add .
50-
git commit --no-allow-empty -m "$LAST_BUMP_COMMIT_MESSAGE" || true
46+
run: npm run bump-packages
5147

5248
- name: Create Pull Request
5349
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5

0 commit comments

Comments
 (0)