Skip to content

Commit d96e07a

Browse files
committed
Fixed requirements for github action
1 parent fc505e5 commit d96e07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bumpversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install requirements
2323
run: |
24-
python -m pip install . bump-my-version
24+
python -m pip install generate-changelog bump-my-version
2525
2626
- name: Generate the changelog and get the release hint
2727
id: generate-changelog

0 commit comments

Comments
 (0)