bchr02 / node-pre-gyp-github

A node-pre-gyp module which provides the ability to publish to GitHub releases.
MIT License
52 stars 32 forks source link

Feature request: Option to fail gracefully if file already exists on release page #42

Open fordN opened 2 years ago

fordN commented 2 years ago

I'd like to make my CI publishing jobs idempotent. In order to support this use case I propose supporting a user provided parameter such as --overwrite or updating the default behavior to emit a warning instead of failing out if the file already exists.