From 027fa4a3c5f29f030b09b794ab249b0ab6ed0962 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 5 Nov 2016 11:34:03 +0000 Subject: [PATCH] Automatically publish AppVeyor-created releases Now that they're verified to work. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9de525bc..39d45403 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -106,7 +106,7 @@ deploy: auth_token: secure: SecSfg5+S0OUzmC+kKixshqNDrRDj2uRYx58AAiZ1IDYTvQbPGRqEYCWZ9jbPd3h artifact: LOOT,API,metadata-validator,installer - draft: true + draft: false on: appveyor_repo_tag: true