Skip to content

Commit

Permalink
Merge pull request #24 from camalot/fix/deploy-tags
Browse files Browse the repository at this point in the history
fixed the 'prerelease' on the right deployment
  • Loading branch information
camalot committed May 21, 2016
2 parents b98cdd2 + 3e52a77 commit 566d6f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 566d6f6

Please sign in to comment.