Skip to content

Commit

Permalink
Removing branch condition from ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Feb 26, 2019
1 parent 7cce4b6 commit 3111b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check-release-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $suffix = ""
"APPVEYOR_REPO_TAG:" + $tagged
"APPVEYOR_REPO_TAG_NAME:" + $tag_name

If ($tagged -eq "true" -and $tag_name.StartsWith("v") -and (($branch -eq "master") -or ($branch -eq "master-v2"))){
If ($tagged -eq "true" -and $tag_name.StartsWith("v")){

# This is to cut out the beta etc
if ($tag_name.Contains("-")){
Expand Down

0 comments on commit 3111b11

Please sign in to comment.