autometrics-dev / am

Autometrics Companion CLI app
Apache License 2.0
16 stars 2 forks source link

fix `version` grep for `Cargo.toml` in release workflow #138

Closed mellowagain closed 1 year ago

mellowagain commented 1 year ago

doing grep '^version' yields two results instead of one since we introduced the am workspace in pr #131, as Cargo.toml has now two version fields, one for workspace.package and one for package. as the later one just uses the workspace one anyways, we only check for the workspace one now.

Checklist