We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45fc76 commit d376c7cCopy full SHA for d376c7c
1 file changed
workflow/rules/common.smk
@@ -29,7 +29,7 @@ def get_repo_version(base_dir: str, default: str, warn=False) -> str:
29
"""
30
try:
31
last_tag_description = subprocess.check_output(
32
- f"git --git-dir={base_dir}/.git describe --always",
+ f"git --git-dir={base_dir}/.git describe --tags --always",
33
shell=True,
34
stderr=subprocess.DEVNULL
35
).strip().decode("utf-8")
0 commit comments