Skip to content

Commit

Permalink
release on version
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Sep 20, 2015
1 parent d24eb4e commit 9e9a04b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ nuget:

deploy:
- provider: GitHub
release: 'Release $(appveyor_build_version)'
release: 'Release $(APPVEYOR_BUILD_VERSION)'
tag: $(APPVEYOR_REPO_TAG_NAME)
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
prerelease: $(IsPreRelease)
artifact: Zip
auth_token:
secure: cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
secure: cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
on:
appveyor_repo_tag: true
branch: /v\d+\.\d+\.\d+/
appveyor_repo_tag: true

0 comments on commit 9e9a04b

Please sign in to comment.