Skip to content

Commit

Permalink
ps1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Feb 26, 2019
1 parent 100f901 commit 7cce4b6
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"){
If ($tagged -eq "true" -and $tag_name.StartsWith("v") -and (($branch -eq "master") -or ($branch -eq "master-v2"))){

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

0 comments on commit 7cce4b6

Please sign in to comment.