CI: Added force_update flag

This commit is contained in:
Christian Köllner 2019-08-27 20:49:31 +02:00
parent c46ca4876c
commit af5d5047bb

View File

@ -61,9 +61,10 @@ on_finish :
deploy: deploy:
- provider: Environment - provider: Environment
name: GitHub Releases name: GitHub Releases
description: 'This release is intended for exercising the interaction with CI.' description: 'Deployed from CI.'
artifact: /.*\.nupkg/ artifact: /.*\.nupkg/
draft: true draft: true
prerelease: true prerelease: true
force_update: true
on: on:
APPVEYOR_REPO_TAG: true APPVEYOR_REPO_TAG: true