diff --git a/.github/workflows/python_pipeline.yml b/.github/workflows/python_pipeline.yml index 1e1a29f..925150d 100644 --- a/.github/workflows/python_pipeline.yml +++ b/.github/workflows/python_pipeline.yml @@ -51,7 +51,7 @@ jobs: id: increment_version run: | python -m pip install --upgrade autoversioner - autoversioner -v "${CURRENT_VERSION}" | tee -a VERSION + python -m autoversioner -v "${CURRENT_VERSION}" | tee -a VERSION COMMIT_MESSAGE=$(echo "${{ github.event.head_commit.message }}" | tr -d '\n') echo "Commit Message: $COMMIT_MESSAGE" NEW_VERSION="$(cat VERSION)"