Skip to content

Commit

Permalink
Prepend v on release number and also upload to GitHub on dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
Duco committed Oct 19, 2018
1 parent bc90aa3 commit 80d86ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ artifacts:
type: zip

deploy:
release: $(versionString)
release: v$(versionString)
provider: GitHub
auth_token: $(access_token)
draft: true
on:
branch: master
draft: true

0 comments on commit 80d86ae

Please sign in to comment.