From d96e07a79aef643a363449b86847008152599f64 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Fri, 15 Dec 2023 10:46:59 -0600 Subject: [PATCH] Fixed requirements for github action --- .github/workflows/bumpversion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bumpversion.yaml b/.github/workflows/bumpversion.yaml index 5720ed33..b605eeec 100644 --- a/.github/workflows/bumpversion.yaml +++ b/.github/workflows/bumpversion.yaml @@ -21,7 +21,7 @@ jobs: - name: Install requirements run: | - python -m pip install . bump-my-version + python -m pip install generate-changelog bump-my-version - name: Generate the changelog and get the release hint id: generate-changelog