Skip to content

Commit 42bab83

Browse files
committed
Fixed missing requirement in GH action
1 parent c96e0bd commit 42bab83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bumpversion-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install requirements
2424
run: |
25-
python -m pip install . bump-my-version
25+
python -m pip install generate-changelog bump-my-version
2626
2727
- name: Get the release hint
2828
id: generate-changelog

0 commit comments

Comments
 (0)