Skip to content

Commit

Permalink
ci: create a github prerelease on preview
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierAtSIEN committed Dec 16, 2018
1 parent baea47b commit dfe85eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ deploy:
- /preview\/*/
- /release\/*/
CI_WINDOWS: true
- provider: GitHub
auth_token: $(GH_TOKEN)
draft: true
prerelease: true
release: $(APPVEYOR_BUILD_VERSION)
on:
branch:
- /preview*/
CI_WINDOWS: true
for:
-
branches:
Expand Down

0 comments on commit dfe85eb

Please sign in to comment.