Skip to content

hive-apollo-router plugin reports local as version instead of crate version #6946

@dotansimha

Description

@dotansimha

This seems to be depending on some runtime env var:

static COMMIT: Option<&'static str> = option_env!("GITHUB_SHA");
that 100% of the times is not set at runtime, so it unwrap into local.

Instead, we should use the plugin version as it set during compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions