Skip to content

Commit

Permalink
DiligentCore.NET: Changed prerelease postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailGorobets authored and TheMostDiligent committed Jul 29, 2023
1 parent a9f9f4b commit 9eec045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/.NET/dotnet-build-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_latest_tag_without_prefix():
postfix_tag_ver = tag_ver.lstrip("v").replace(".", "")
if postfix_tag_api.startswith(postfix_tag_ver):
postfix = postfix_tag_api[len(postfix_tag_ver):].lstrip("0")
result = f"{tag_ver[1:]}-{postfix}"
result = f"{tag_ver[1:]}-api{postfix}"
else:
raise Exception(f"Not expected tag: {tag_lst}")

Expand Down

0 comments on commit 9eec045

Please sign in to comment.