Skip to content

Commit

Permalink
Merge pull request #62 from kjjuno/bugfix/fix-appveyor-branch
Browse files Browse the repository at this point in the history
Fixes the appveyor branch
  • Loading branch information
kjjuno committed Aug 25, 2019
2 parents a7fe273 + 002420a commit 83b9867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/repo-version/LabelCalculator.cs
Expand Up @@ -32,7 +32,8 @@ public void CalculateLabel(Repository repo, Configuration config, out string lab
}
}
}
else

if (string.IsNullOrEmpty(label))
{
if (config?.Branches != null)
{
Expand Down

0 comments on commit 83b9867

Please sign in to comment.