Skip to content

Commit

Permalink
Modified appveyor.yml deployment: draft: false, prerelease: false. Th…
Browse files Browse the repository at this point in the history
…is is apparently required for automatically creating a tag in git
  • Loading branch information
end2endzone committed Dec 10, 2017
1 parent 05d17c1 commit 8a71ad1
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 @@ -173,8 +173,8 @@ deploy:
auth_token:
secure: BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
artifact: /(.*\.zip|.*\.exe)/
draft: true
prerelease: true
draft: false
prerelease: false
force_update: true

#---------------------------------#
Expand Down

0 comments on commit 8a71ad1

Please sign in to comment.