GitHub releases provider: force_update option always makes the target release a draft
Hello.
Under the following appveyor.yml setting, the target release is forcefully changed to draft even if draft: false is defined.
deploy:
- provider: GitHub
release: snapshot
skip_tags: true
Force update: true
description: 'automatic build from master branch'
auth_token:
secure: xxxxxxxx
artifact: snapshot.zip
draft: false
prerelease: false
on:
branch: master # release from master branch only
I want to replace the existing artifact, but don't want the draft status to be changed.
(1) Is this an expected behavior in Appveyor?
(2) Any solutions?
What I want to do is making snapshot build which is synced to the latest default branch.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac