diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index bb7c591d..d8dc855b 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -22,7 +22,7 @@ jobs: - name: update changelog run: | pip install -U pip - pip install python-semantic-release ==9.3 + pip install python-semantic-release==9.3 semantic-release changelog # Commits files to repository - name: Commit changes