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 02765c0 commit 934bcb3Copy full SHA for 934bcb3
build/BuildContext.cs
@@ -52,7 +52,7 @@ public BuildContext(ICakeContext context) : base(context)
52
throw new Exception($"Invalid tag: {baseVersion}");
53
54
VersionBase = baseVersion[1..];
55
- Version = $"{VersionBase}.{workflow.RunNumber}";
+ Version = VersionBase;
56
}
57
else if (workflow.RefType == GitHubActionsRefType.Branch && workflow.RefName != "refs/heads/master")
58
{
0 commit comments