-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.5.0-beta.9: "zenohd --version" reports wrong version #153
Comments
The version The problem was caused by a combination of several factors:
|
The root of the problem came from action/checkout@v2 step: git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules origin +70d7b22f539a6f88dc54d4949114cef6ffdd1df9:refs/tags/0.5.0-beta.9 The result of this command is that the annotated tag Related open issues: actions/checkout#272, actions/checkout#290, actions/checkout#448 |
Hopefully this will be fixed for the next release, via a workaround pushed in 7657d53 (forcing the fetch of git tags after |
Downloading zenoh 0.5.0-beta.9 or using Docker image
eclipse/zenoh:0.5.0-beta.9
the--version
option doesn't report0.5.0-beta.9
as expected but:v0.5.0-beta.8-326-g70d7b22-modified
The text was updated successfully, but these errors were encountered: