Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
attempt to get automated github releases working
Browse files Browse the repository at this point in the history
  • Loading branch information
cwe1ss committed Feb 20, 2016
1 parent 8579028 commit 9cc94f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ deploy:

# new release tag -> create GitHub release
- provider: GitHub
release: v$(appveyor_build_version)
release: $(appveyor_repo_tag_name)
description: "See milestone for release notes"
draft: true
prerelease: true
auth_token:
secure: JU9H+A+WwAtz4Xkcd/50N239EiX1o7OpEnmtiQGayR+Zc2ZHF8xrcPMRelHyJwZL
on:
branch: master
branch: v*
appveyor_repo_tag: true

0 comments on commit 9cc94f3

Please sign in to comment.