Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OPENMETHANE_PRIOR_VERSION receiving inconsistent values in actions
When building from a version tag (v0.0.0) this should always contain the version, however the metadata-action step sometimes populates this with build-XYZ. This change will always explicitly source the version from pyproject.toml which should always contain a valid semver string.
- Loading branch information