Skip to content

Commit

Permalink
removed beta flag and pre release from github push
Browse files Browse the repository at this point in the history
  • Loading branch information
zarunbal committed May 9, 2019
1 parent a9e71fc commit 7e83974
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,9 @@ Version Version
$"It might be necessary to unblock the Executables / Dlls to get everything working, especially Plugins (see #55, #13, #8).")
.SetRepositoryName(repositoryInfo.repositoryName)
.SetRepositoryOwner(repositoryInfo.gitHubOwner)
.SetTag($"v{VersionString}-beta")
.SetTag($"v{VersionString}")
.SetToken(GitHubApiKey)
.SetName(VersionString)
.SetPrerelease(true)
);
});

Expand Down

0 comments on commit 7e83974

Please sign in to comment.