Skip to content

Commit

Permalink
Mark master branch builds as full releases (not pre-releases) on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Jan 15, 2018
1 parent b6f0544 commit bf5fe9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ deploy:
artifact: BoxBackup-$(compiled_version)
description: "Windows client binaries auto-built by AppVeyor"
draft: false
prerelease: true
# Master branch builds are full releases (not pre-releases), all others are pre-releases
prerelease: $(if ($env:APPVEYOR_REPO_BRANCH.equals('master')) {'false'} else {'true'})"
auth_token:
secure: WZi3MJGA5zIIAAij0if4auYeltJlyWUOePTYlCGvrNrgEVjYRkqILHzvVKDnLn43
on:
Expand Down

0 comments on commit bf5fe9c

Please sign in to comment.