From 3e52a7716a9fedcef25c62d5f7e1437e397b289a Mon Sep 17 00:00:00 2001 From: camalot Date: Fri, 20 May 2016 19:37:19 -0500 Subject: [PATCH] fixed the 'prerelease' on the right deployment --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d216c11..cbce801 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,8 +71,8 @@ cache: - c:\Users\appveyor\.m2 deploy: - provider: GitHub - tag: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION)-prerelease - release: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION)-prerelease + tag: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION) + release: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION) auth_token: secure: Es5XTlIJiCiCFJHGDOA09AGFVZQL0jIWtUuPp4+m7MBcfeoVGbWQP2jYU3oSL5bw artifact: zip, hpi @@ -82,13 +82,13 @@ deploy: on: branch: master - provider: GitHub - tag: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION) - release: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION) + tag: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION)-prerelease + release: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION)-prerelease auth_token: secure: Es5XTlIJiCiCFJHGDOA09AGFVZQL0jIWtUuPp4+m7MBcfeoVGbWQP2jYU3oSL5bw artifact: zip, hpi prerelease: true - draft: true + draft: false force_update: true on: branch: develop